UNPKG

graphql-2-json-schema

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