@cran/gql.core
Version:
Cran/GraphQL Core Utilities
13 lines (12 loc) • 831 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withCoreAddons = exports.withSchemaFiltering = exports.withAugmentedIntrospection = void 0;
const withAugmentedIntrospection_1 = require("./withAugmentedIntrospection");
Object.defineProperty(exports, "withAugmentedIntrospection", { enumerable: true, get: function () { return withAugmentedIntrospection_1.withAugmentedIntrospection; } });
const withSchemaFiltering_1 = require("./withSchemaFiltering");
Object.defineProperty(exports, "withSchemaFiltering", { enumerable: true, get: function () { return withSchemaFiltering_1.withSchemaFiltering; } });
function withCoreAddons() {
(0, withAugmentedIntrospection_1.withAugmentedIntrospection)();
(0, withSchemaFiltering_1.withSchemaFiltering)();
}
exports.withCoreAddons = withCoreAddons;