graphql-custom-types icon indicating copy to clipboard operation
graphql-custom-types copied to clipboard

A collection of custom GraphQL types like Email, URL and password.

Results 3 graphql-custom-types issues
Sort by recently updated
recently updated
newest added

I would like to use this types inside my .graphql files. Is this possible?

question

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...

enhancement
help wanted

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....