Method: GraphQL::Query::Context#ast_node

Defined in:
lib/graphql/query/context.rb

#ast_nodeGraphQL::Language::Nodes::Field

Returns The AST node for the currently-executing field.

Returns:


95
96
97
# File 'lib/graphql/query/context.rb', line 95

def ast_node
  @irep_node.ast_node
end