absinthe v1.2.0-beta.0 Absinthe.Phase.Document.Arguments.Normalize
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
Callback implementation for Absinthe.Phase.run/2
.