UNPKG

@graphql-inspector/cli

Version:

Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.

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