UNPKG

@cran/gql.core

Version:

Cran/GraphQL Core Utilities

8 lines (7 loc) 295 B
import { withAugmentedIntrospection } from "./withAugmentedIntrospection"; import { withSchemaFiltering } from "./withSchemaFiltering"; export { withAugmentedIntrospection, withSchemaFiltering, }; export function withCoreAddons() { withAugmentedIntrospection(); withSchemaFiltering(); }