graphql-compose
Version:
GraphQL schema builder from different data sources with middleware extensions.
7 lines • 329 B
TypeScript
import type { GraphQLScalarType } from '../graphql';
import GraphQLDate from './date';
import GraphQLBuffer from './buffer';
declare const GraphQLJSON: GraphQLScalarType;
declare const GraphQLJSONObject: GraphQLScalarType;
export { GraphQLDate, GraphQLBuffer, GraphQLJSON, GraphQLJSONObject };
//# sourceMappingURL=index.d.ts.map