UNPKG

@graphql-tools/stitching-directives

Version:

A set of utils for faster development of GraphQL tools

4 lines (3 loc) 232 B
import { GraphQLSchema } from 'graphql'; import { StitchingDirectivesOptions } from './types.js'; export declare function stitchingDirectivesValidator(options?: StitchingDirectivesOptions): (schema: GraphQLSchema) => GraphQLSchema;