export type GraphQLTypeNames = 'String' | 'Int' | 'Float' | 'Boolean' | 'ID' export type IDTypeMapping = 'string' | 'number' | 'both'