@cran/gql.core
Version:
Cran/GraphQL Core Utilities
13 lines (12 loc) • 517 B
TypeScript
import { isTypeOfDirective } from "./isTypeOf";
import { resolveDirective } from "./resolve";
import { resolveTypeDirective } from "./resolveType";
export { isTypeOfDirective, resolveDirective, resolveTypeDirective, };
export declare namespace withCoreDirectives {
interface Options {
isTypeOfDirective?: string;
resolveDirective?: string;
resolveTypeDirective?: string;
}
}
export declare function withCoreDirectives(options?: withCoreDirectives.Options): import("..").Plugin<any>[];