Method: GraphQL::Query::Context#path
- Defined in:
- lib/graphql/query/context.rb
#path ⇒ Array<String, Integer> (readonly)
Returns The current position in the result.
109 110 111 |
# File 'lib/graphql/query/context.rb', line 109 def path @path end |