Method: GraphQL::ExecutionError#ast_node
- Defined in:
- lib/graphql/execution_error.rb
#ast_node ⇒ GraphQL::Language::Nodes::Field
Returns the field where the error occurred.
8 9 10 |
# File 'lib/graphql/execution_error.rb', line 8 def ast_node @ast_node end |