ExShopifySchema.Generator.Graphql.Introspection.Definition.EnumValue (ExShopifySchema v2024.7.2)
View SourceEnum values represent possible values for enum types.
See details in the ExShopifySchema.Graphql.Introspection.Definition.EnumType
.
Summary
Types
@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() }