graphqexl v0.1.0-alpha-rc.25 Graphqexl.Schema.Required

Wrapper struct indicating the wrapped type is required on its parent

Link to this section Summary

Functions

Lists the Graphqexl.Schema.Field.t/0s available on the required type.

Link to this section Types

Link to this type

t()

t() :: %Graphqexl.Schema.Required{type: Graphqexl.Schema.Ref.t()}

Link to this section Functions

Link to this function

fields(required)

(since 0.1.0)
fields(t()) :: [Graphqexl.Schema.Field.t()]

Lists the Graphqexl.Schema.Field.t/0s available on the required type.

Returns: [t:Graphqexl.Schema.Field.t/0]