get-graphql-from-jsonschema
Version:
get-graphql-from-jsonschema gets a GraphQL schema from a JSON schema.
6 lines (5 loc) • 366 B
JavaScript
;
// This file contains the types of the json-schema specification that we want to keep
// unmodified and unrestricted. The original type can be found here:
// https://github.com/DefinitelyTyped/DefinitelyTyped/blob/c6a5bf9836f8347746630289193c529480067c0b/types/json-schema/index.d.ts#L618
Object.defineProperty(exports, "__esModule", { value: true });