UNPKG

@graphql-tools/load

Version:

A set of utils for faster development of GraphQL tools

6 lines (5 loc) 189 B
import { DocumentNode } from 'graphql'; /** * @internal */ export declare const filterKind: (content: DocumentNode | undefined, filterKinds: null | string[]) => DocumentNode | undefined;