Method: GraphQL::Query::Result#query
- Defined in:
- lib/graphql/query/result.rb
#query ⇒ GraphQL::Query (readonly)
Returns The query that was executed.
17 18 19 |
# File 'lib/graphql/query/result.rb', line 17 def query @query end |
Returns The query that was executed.
17 18 19 |
# File 'lib/graphql/query/result.rb', line 17 def query @query end |