UNPKG

@cran/gql.reflect

Version:

Cranberry Introspection Utilities for GraphQL

10 lines (9 loc) 268 B
import type { _ } from "./_"; import type { _InputField } from "./_InputField"; import type { _Type } from "./_Type"; export interface _Field extends _ { args: Array<_InputField>; type: _Type; isDeprecated: boolean; deprecationReason: string | null; }