graphqexl v0.1.0-alpha-rc.23 Graphqexl.Schema.TEnum

GraphQL enum

Link to this section Summary

Functions

Lists the values available on the given Graphqexl.Schema.TEnum.t/0.

Link to this section Types

Link to this type

t()

t() :: %Graphqexl.Schema.TEnum{
  deprecated: boolean(),
  deprecation_reason: String.t(),
  description: String.t(),
  name: String.t(),
  values: [atom()]
}

Link to this section Functions

Link to this function

values(enum)

(since 0.1.0)
values(Graphqexl.Schema.TEnum.t()) :: [atom()]

Lists the values available on the given Graphqexl.Schema.TEnum.t/0.

Returns: [t:atom]