UNPKG

graphql-2-json-schema

Version:
8 lines (7 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fromIntrospectionQuery = void 0; const fromIntrospectionQuery = (schema) => { return {}; }; exports.fromIntrospectionQuery = fromIntrospectionQuery;