UNPKG

@cran/gql.reflect

Version:

Cranberry Introspection Utilities for GraphQL

9 lines (8 loc) 485 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getIntrospectionQuery = void 0; const tslib_1 = require("tslib"); (0, tslib_1.__exportStar)(require("./input"), exports); (0, tslib_1.__exportStar)(require("./output"), exports); var getIntrospectionQuery_1 = require("./getIntrospectionQuery"); Object.defineProperty(exports, "getIntrospectionQuery", { enumerable: true, get: function () { return getIntrospectionQuery_1.getIntrospectionQuery; } });