@aws-amplify/graphql-transformer-core
Version:
A framework to transform from GraphQL SDL to AWS CloudFormation.
20 lines • 651 B
TypeScript
import { JSONSchema } from './json-schema';
export declare const supportedScalarTypes: string[];
export declare const isDisallowedScalarType: (type: string) => boolean;
export declare const GraphQLScalarJSONSchemaDefinition: {
Boolean: JSONSchema;
Int: JSONSchema;
Float: JSONSchema;
String: JSONSchema;
AWSDateTime: JSONSchema;
ID: JSONSchema;
AWSJSON: JSONSchema;
AWSEmail: JSONSchema;
AWSDate: JSONSchema;
AWSTime: JSONSchema;
AWSTimestamp: JSONSchema;
AWSPhone: JSONSchema;
AWSURL: JSONSchema;
AWSIPAddress: JSONSchema;
};
//# sourceMappingURL=graphql-scalar-json-schema-definitions.d.ts.map