UNPKG

@graphql-tools/load

Version:

A set of utils for faster development of GraphQL tools

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