UNPKG

@cran/gql.reflect

Version:

Cranberry Introspection Utilities for GraphQL

9 lines (8 loc) 219 B
import type { _ } from "./_"; import type { _Type } from "./_Type"; export interface _InputField extends _ { type: _Type; defaultValue: string; isDeprecated: boolean; deprecationReason: string | null; }