graphqexl v0.1.0-alpha-rc.8 Graphqexl.Schema.Interface
GraphQL Interface, encapsulating a group of fields to be shared between types
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Graphqexl.Schema.Interface{
extend: Graphqexl.Schema.Ref.t(),
fields: Map.t(),
name: String.t(),
on: [Map.t()]
}