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

Add description field

Open roman-16 opened this issue 5 years ago • 0 comments

Add a description field, like you can do with GraphQLScalarType

import { GraphQLScalarType } from 'graphql';

new GraphQLScalarType({
  name: 'UInt',
  description: 'A non-negative Int',
}),

roman-16 avatar Jun 28 '19 06:06 roman-16