UNPKG

@graphql-inspector/action

Version:

GraphQL Inspector functionality for GitHub Actions

3 lines (2 loc) 205 B
import { GraphQLEnumValue, GraphQLField, GraphQLInputField } from 'graphql'; export declare function isDeprecated(fieldOrEnumValue: GraphQLField<any, any> | GraphQLEnumValue | GraphQLInputField): boolean;