Method: GraphQL::ExecutionError#ast_node

Defined in:
lib/graphql/execution_error.rb

#ast_nodeGraphQL::Language::Nodes::Field

Returns the field where the error occurred.

Returns:



8
9
10
# File 'lib/graphql/execution_error.rb', line 8

def ast_node
  @ast_node
end