graphqexl v0.1.0-alpha-rc.2 Graphqexl.Schema.Union

Link to this section Summary

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()
}