absinthe v1.2.0-alpha.1 Absinthe.Phase.Document.Arguments.Defaults
Populate all arguments in the document with their provided values:
- If a literal value is provided for an argument, set the
Argument.t
’snormalized_value
field to that value. - If a variable is provided for an argument, set the
Argument.t
’snormalized_value
to the reconciled value for the variable (Note: this requires thePhase.Document.Variables
phase as a prerequisite).
Note that no validation occurs in this phase.
Summary
Functions
Specs
put_error(Blueprint.node_t, Absinthe.Phase.Error.t) :: Blueprint.node_t