You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.