UNPKG

get-graphql-from-jsonschema

Version:

get-graphql-from-jsonschema gets a GraphQL schema from a JSON schema.

4 lines (3 loc) 128 B
import { ScalarType } from './Types/ScalarType'; declare const scalarTypes: Record<ScalarType, string>; export { scalarTypes };