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
However, sometime the builtin implementation does not fit the requirements, for example, some people would like to represent a BigDecimal always as string.
If the user defines a custom scalar with the same name of a builtin, it is ignored rather than override the builtin one.
I think it should be good instead to allow overriding the builtin scalars and use them only as fallback.
The text was updated successfully, but these errors were encountered:
Sangria comes with a set of built-in scalar.
However, sometime the builtin implementation does not fit the requirements, for example, some people would like to represent a BigDecimal always as string.
If the user defines a custom scalar with the same name of a builtin, it is ignored rather than override the builtin one.
I think it should be good instead to allow overriding the builtin scalars and use them only as fallback.
The text was updated successfully, but these errors were encountered: