graphql-custom-types
graphql-custom-types copied to clipboard
A collection of custom GraphQL types like Email, URL and password.
I would like to use this types inside my .graphql files. Is this possible?
You can currently send down a value like 12345 for a resolver which is supposed to resolve with a URL. Values are only tested for validity if they are sent...
Hi it seems error are being shallow somewhere when the value of `GraphQLEmail` doesn't conform, when using a string instead of a email I don't get a specific error message....