UNPKG

@graphql-inspector/core

Version:

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

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