@aws-amplify/graphql-api-construct
Version:
AppSync GraphQL Api Construct using Amplify GraphQL Transformer.
12 lines (8 loc) • 440 B
TypeScript
import { GraphQLScalarType, GraphQLNamedType } from './definition';
export const GraphQLInt: GraphQLScalarType;
export const GraphQLFloat: GraphQLScalarType;
export const GraphQLString: GraphQLScalarType;
export const GraphQLBoolean: GraphQLScalarType;
export const GraphQLID: GraphQLScalarType;
export const specifiedScalarTypes: ReadonlyArray<GraphQLScalarType>;
export function isSpecifiedScalarType(type: GraphQLNamedType): boolean;