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

Custom Scalar Types for GraphQL-Tools

Results 2 graphql-tools-types issues
Sort by recently updated
recently updated
newest added

Add a description field, like you can do with GraphQLScalarType ```js import { GraphQLScalarType } from 'graphql'; new GraphQLScalarType({ name: 'UInt', description: 'A non-negative Int', }), ```

Currently I'm trying to use graphql-tools. But the graphql packaged in express-graphql and this package seems to conflict and this is the error I'm getting. ```json { "errors": [ {...