Method: GraphQL::Query::VariableValidationError#to_h
- Defined in:
- lib/graphql/query/variable_validation_error.rb
#to_h ⇒ Object
16 17 18 |
# File 'lib/graphql/query/variable_validation_error.rb', line 16 def to_h super.merge({ "value" => value, "problems" => validation_result.problems }) end |