UNPKG

graphql-scalars

Version:

A collection of scalar types not included in base GraphQL.

6 lines (5 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GraphQLGeoJSON = void 0; var GeoJSON_js_1 = require("./GeoJSON.js"); Object.defineProperty(exports, "GraphQLGeoJSON", { enumerable: true, get: function () { return GeoJSON_js_1.GraphQLGeoJSON; } });