TypedGql.Schema.EnumValue (TypedGql v0.13.0)

Copy Markdown View Source

One member of an enum type in a loaded schema.

Summary

Types

t()

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