cppgraphqlgen
cppgraphqlgen copied to clipboard
Unable to create BigInt scalar
trafficstars
Both main and next does not really allow to implement custom scalars that cannot be represented by Value type. One example would be BigInt scalar. I should be possible to implement custom storage/serialize/deserialize for user defined scalars.