Method: GraphQL::Query::Variables#errors
- Defined in:
- lib/graphql/query/variables.rb
#errors ⇒ Array<GraphQL::Query::VariableValidationError> (readonly)
Returns Any errors encountered when parsing the provided variables and literal values.
6 7 8 |
# File 'lib/graphql/query/variables.rb', line 6 def errors @errors end |