TypedGql.Schema.InputValue (TypedGql v0.13.0)

Copy Markdown View Source

An input position in a loaded schema: a field argument, a directive argument or an input object field.

Summary

Types

t()

@type t() :: %TypedGql.Schema.InputValue{
  default_value: String.t() | nil,
  deprecation_reason: String.t() | nil,
  description: String.t() | nil,
  is_deprecated: boolean(),
  name: String.t(),
  type: TypedGql.Schema.TypeRef.t()
}