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
The core GraphQL spec only has the Int, Float, String, Boolean and ID scalar types by default.
More specific scalar types would help to better describe and validate data.
The core GraphQL spec only has the Int, Float, String, Boolean and ID scalar types by default.
More specific scalar types would help to better describe and validate data.
See https://www.graphql-scalars.dev/docs#why for additional motivation.
We could integrate https://www.graphql-scalars.dev/, so that we don't have to implement the types by our owns.
The text was updated successfully, but these errors were encountered: