UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

12 lines (11 loc) 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /*type GeoJSONObject = { type: 'Feature' | 'FeatureCollection' | Geometry['type']; geometry?: Geometry; geometries?: Geometry[]; coordinates?: any; properties?: { [key: string]: any } | null; features?: GeoJSONObject[]; bbox?: [number, number, number, number] | [number, number, number, number, number, number]; };*/