UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

12 lines (10 loc) 304 B
import { GraphQLScalarType } from "graphql"; import { GraphQLJSON } from "graphql-compose"; //#region src/services/graphql/types/geojson.ts const GraphQLGeoJSON = new GraphQLScalarType({ ...GraphQLJSON, name: "GraphQLGeoJSON", description: "GeoJSON value" }); //#endregion export { GraphQLGeoJSON };