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