@cran/lib.gql.core
Version:
GQL Core Functionality
9 lines (8 loc) • 316 B
JavaScript
import { withAugmentedIntrospection } from "./withAugmentedIntrospection";
import { withSchemaFiltering } from "./withSchemaFiltering";
import { withTypeDeduction } from "./withTypeDeduction";
export function withCoreAddons() {
withAugmentedIntrospection();
withSchemaFiltering();
withTypeDeduction();
}