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