UNPKG

graphql-2-json-schema

Version:
3 lines (2 loc) 134 B
export type GraphQLTypeNames = 'String' | 'Int' | 'Float' | 'Boolean' | 'ID' export type IDTypeMapping = 'string' | 'number' | 'both'