graphqexl v0.1.0-alpha-rc.21 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{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]