UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

4 lines (3 loc) 187 B
import type { Field } from '../index.js'; export declare function isDeprecatedField(field: Field): boolean; export declare function isDeprecatedDirective(astNodeDirective: any): boolean;