ExShopifySchema.Generator.Graphql.Introspection.Definition.EnumValue (ExShopifySchema v2025.1.3)

View Source

Enum values represent possible values for enum types.

See details in the ExShopifySchema.Graphql.Introspection.Definition.EnumType.

Summary

Types

t()

@type t() :: %ExShopifySchema.Generator.Graphql.Introspection.Definition.EnumValue{
  deprecation_reason: String.t() | nil,
  description: String.t() | nil,
  directives: [
    ExShopifySchema.Generator.Graphql.Introspection.Definition.ConstDirective.t()
  ],
  is_deprecated: boolean(),
  name: String.t()
}

Functions

load_json(json)

@spec load_json(json :: map()) :: t()