graphqexl v0.1.0-alpha-rc.12 Graphqexl.Schema.Union
GraphQL union
Link to this section Summary
Functions
Lists the fields available on the given t:Graphqexl.Schema.Union
.
Link to this section Types
Link to this type
t()
t() :: %Graphqexl.Schema.Union{ name: String.t(), type1: Graphqexl.Schema.Ref.t(), type2: Graphqexl.Schema.Ref.t() }
Link to this section Functions
Link to this function
fields(union)
(since 0.1.0)fields(Graphqexl.Schema.Union.t()) :: [Graphqexl.Schema.Field.t()]
Lists the fields available on the given t:Graphqexl.Schema.Union
.
Returns: [t:Graphqexl.Schema.Field]