graphqexl v0.1.0-alpha-rc.22 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{
  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 fields available on the given Graphqexl.Schema.Union.t/0.

Returns: [t:Graphqexl.Schema.Field.t/0]