UNPKG

@cran/lib.gql.core

Version:

GQL Core Functionality

13 lines (12 loc) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withCoreAddons = void 0; const withAugmentedIntrospection_1 = require("./withAugmentedIntrospection"); const withSchemaFiltering_1 = require("./withSchemaFiltering"); const withTypeDeduction_1 = require("./withTypeDeduction"); function withCoreAddons() { (0, withAugmentedIntrospection_1.withAugmentedIntrospection)(); (0, withSchemaFiltering_1.withSchemaFiltering)(); (0, withTypeDeduction_1.withTypeDeduction)(); } exports.withCoreAddons = withCoreAddons;