UNPKG

@graphql-tools/stitch

Version:

A set of utils for faster development of GraphQL tools

3 lines (2 loc) 125 B
import { GraphQLDirective } from 'graphql'; export declare function mergeDirectives(directives: Set<GraphQLDirective>): any;