UNPKG

get-graphql-from-jsonschema

Version:

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

8 lines (7 loc) 214 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toBreadcrumb = void 0; const toBreadcrumb = function (path) { return path.join('.'); }; exports.toBreadcrumb = toBreadcrumb;