graphqexl v0.1.0-alpha-rc.14 Graphqexl.Schema.Union
GraphQL union
Link to this section Summary
Functions
Lists the fields available on the given Graphqexl.Schema.Union.t/0.
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 Graphqexl.Schema.Union.t/0.
Returns: [t:Graphqexl.Schema.Field.t/0]