Method: GraphQL::Query::Executor#query
- Defined in:
- lib/graphql/query/executor.rb
permalink #query ⇒ GraphQL::Query (readonly)
Returns the query being executed.
9 10 11 |
# File 'lib/graphql/query/executor.rb', line 9 def query @query end |