UNPKG

@graphql-mesh/transport-rest

Version:
3 lines (2 loc) 184 B
import type { GraphQLField } from 'graphql'; export declare function processDictionaryDirective(fieldMap: Record<string, GraphQLField<any, any>>, field: GraphQLField<any, any>): void;