UNPKG

@aws-amplify/graphql-types-generator

Version:

Generate API code or type annotations based on a GraphQL schema and statements

4 lines (3 loc) 259 B
import { LegacyCompilerContext } from '../compiler/legacyIR'; import { GraphQLType } from 'graphql'; export declare function typeNameFromGraphQLType(context: LegacyCompilerContext, type: GraphQLType, bareTypeName?: string | null, nullable?: boolean): string;