graphqexl v0.1.0-alpha-rc.11 Graphqexl.Schema.Interface

GraphQL Interface, encapsulating a group of fields to be shared between types

Link to this section Summary

Functions

Lists the available fields on the given interface.

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

Link to this section Functions

Link to this function

fields(interface)

(since 0.1.0)

Lists the available fields on the given interface.

Returns: [t:Graphqexl.Schema.Field]