UNPKG

@dossierhq/graphql

Version:

A library for creating GraphQL servers with Dossier.

4 lines (3 loc) 184 B
import type { Location } from '@dossierhq/core'; import { GraphQLScalarType } from 'graphql'; export declare const LocationScalar: GraphQLScalarType<Location | null, Location | null>;