graphql-input-string icon indicating copy to clipboard operation
graphql-input-string copied to clipboard

A configurable custom input string type for GraphQL with sanitization and validation.

Results 1 graphql-input-string issues
Sort by recently updated
recently updated
newest added
trafficstars

I am trying to get the name of the field that was caused the error and to return that in the error ```javascript TrimmedString: GraphQLInputString({ name: 'TrimmedString', error (info) {...