A field an object or interface type exposes in a loaded schema.
Summary
Types
@type t() :: %TypedGql.Schema.Field{ args: %{required(String.t()) => TypedGql.Schema.InputValue.t()}, deprecation_reason: String.t() | nil, description: String.t() | nil, is_deprecated: boolean(), name: String.t(), type: TypedGql.Schema.TypeRef.t() }