graphqexl v0.1.0-alpha-rc.11 Graphqexl.Schema.Ref
Ref struct, representing a connection to another user-defined type (that may not yet actually be defined in the run-time context)
Link to this section Summary
Functions
Returns a list of the fields available on the type resolved to by the given ref.
Resolves the given t:Graphqexl.Schema.Ref
into its corresponding t:Graphqexl.Schema.Ref.component
Link to this section Types
Link to this type
component()
component() :: Graphqexl.Schema.Interface.t() | Graphqexl.Schema.Type.t() | Graphqexl.Schema.Union.t()
Link to this section Functions
Link to this function
fields(ref)
(since 0.1.0)fields(Graphqexl.Schema.Ref.t()) :: [Graphqexl.Schema.Field.t()]
Returns a list of the fields available on the type resolved to by the given ref.
Returns: [t:Graphqexl.Schema.Field]
Resolves the given t:Graphqexl.Schema.Ref
into its corresponding t:Graphqexl.Schema.Ref.component
Returns: t:Graphqexl.Schema.Ref