UNPKG

@aws-amplify/graphql-types-generator

Version:

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

8 lines (7 loc) 240 B
import { GraphQLScalarType } from 'graphql'; interface INameToValueMap { [key: string]: any; } export declare const awsScalarMap: INameToValueMap; export declare function getTypeForAWSScalar(type: GraphQLScalarType): string; export {};