UNPKG

329 BTypeScriptView Raw
1import type { GraphQLScalarType } from '../graphql';
2import GraphQLDate from './date';
3import GraphQLBuffer from './buffer';
4declare const GraphQLJSON: GraphQLScalarType;
5declare const GraphQLJSONObject: GraphQLScalarType;
6export { GraphQLDate, GraphQLBuffer, GraphQLJSON, GraphQLJSONObject };
7//# sourceMappingURL=index.d.ts.map
\No newline at end of file