graphqexl v0.1.0-alpha-rc.25 Graphqexl.Schema.Union
GraphQL union type
Example: union Content = Comment | Post
Link to this section Summary
Functions
Lists the Graphqexl.Schema.Field.t/0
s available on the given Graphqexl.Schema.Union.t/0
.
Link to this section Types
Link to this type
t()
t() :: %Graphqexl.Schema.Union{ deprecated: boolean(), deprecation_reason: String.t(), description: String.t(), name: String.t(), type1: Graphqexl.Schema.Ref.t(), type2: Graphqexl.Schema.Ref.t() }
Link to this section Functions
Lists the Graphqexl.Schema.Field.t/0
s available on the given Graphqexl.Schema.Union.t/0
.
Returns: [t:Graphqexl.Schema.Field.t/0]