graphqexl v0.1.0-alpha-rc.21 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)fields(Graphqexl.Schema.Interface.t()) :: [Graphqexl.Schema.Field.t()]
Lists the available fields on the given interface.
Returns: [t:Graphqexl.Schema.Field.t/0]