UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

4 lines (3 loc) 176 B
import { GraphQLScalarType } from 'graphql'; import { GeoJSONObject } from './types.cjs'; export declare const GraphQLGeoJSON: GraphQLScalarType<GeoJSONObject, GeoJSONObject>;