shyft
Version:
Model driven GraphQL API framework
9 lines (8 loc) • 422 B
TypeScript
import { GraphQLScalarType } from 'graphql';
export { GraphQLJSON } from 'graphql-type-json';
export declare const GraphQLCursor: GraphQLScalarType;
export declare const GraphQLBigInt: GraphQLScalarType;
export declare const GraphQLDateTime: GraphQLScalarType;
export declare const GraphQLDate: GraphQLScalarType;
export declare const GraphQLTime: GraphQLScalarType;
export declare const GraphQLUpload: GraphQLScalarType;