Method: GraphQL::Query::Context#query
- Defined in:
- lib/graphql/query/context.rb
#query ⇒ GraphQL::Query (readonly)
Returns The query whose context this is.
103 104 105 |
# File 'lib/graphql/query/context.rb', line 103 def query @query end |