Exception: GraphQL::Query::VariableMissingError

Inherits:
VariableValidationError show all
Defined in:
lib/graphql/query.rb

Instance Attribute Summary

Attributes inherited from ExecutionError

#ast_node

Instance Method Summary collapse

Methods inherited from ExecutionError

#to_h

Constructor Details

#initialize(variable_ast, type) ⇒ VariableMissingError

Returns a new instance of VariableMissingError.



18
19
20
# File 'lib/graphql/query.rb', line 18

def initialize(variable_ast, type)
  super(variable_ast, type, "can't be null")
end