absinthe v1.2.0-alpha.1 Absinthe.Phase.Document.Validation.NoUndefinedVariables
Validates document to ensure that the only variables that are used in a document are defined on the operation.
Summary
Functions
Generate an error message for an undefined variable.
Specs
put_error(Blueprint.node_t, Absinthe.Phase.Error.t) :: Blueprint.node_t
Specs
Run the validation.