import { withAugmentedIntrospection } from "./withAugmentedIntrospection";
import { withSchemaFiltering } from "./withSchemaFiltering";
export { withAugmentedIntrospection, withSchemaFiltering, };
export function withCoreAddons() {
withAugmentedIntrospection();
withSchemaFiltering();
}