cppgraphqlgen icon indicating copy to clipboard operation
cppgraphqlgen copied to clipboard

Unable to create BigInt scalar

Open gitmodimo opened this issue 8 months ago • 4 comments
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.

gitmodimo avatar Feb 27 '25 15:02 gitmodimo