UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

4 lines (3 loc) 232 B
import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; export declare const GraphQLJSONObjectConfig: GraphQLScalarTypeConfig<object, object>; export declare const GraphQLJSONObject: GraphQLScalarType<object, object>;