UNPKG

@graphql-tools/stitching-directives

Version:

A set of utils for faster development of GraphQL tools

4 lines (3 loc) 266 B
import { SubschemaConfig } from '@graphql-tools/delegate'; import { StitchingDirectivesOptions } from './types.cjs'; export declare function stitchingDirectivesTransformer(options?: StitchingDirectivesOptions): (subschemaConfig: SubschemaConfig) => SubschemaConfig;