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

Wrapper struct indicating the wrapped type is required on its parent

Link to this section Summary

Functions

Lists the fields 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(Graphqexl.Schema.Required.t()) :: [Graphqexl.Schema.Field]

Lists the fields available on the required type.

Returns: [t:Graphqexl.Schema.Field]