Method: GraphQL::Query::Context::FieldResolutionContext#ast_node
- Defined in:
- lib/graphql/query/context.rb
#ast_node ⇒ GraphQL::Language::Nodes::Field
Returns The AST node for the currently-executing field.
297 298 299 |
# File 'lib/graphql/query/context.rb', line 297 def ast_node @irep_node.ast_node end |