Method: GraphQL::Query::Context#path

Defined in:
lib/graphql/query/context.rb

#pathArray<String, Integer> (readonly)

Returns The current position in the result.

Returns:

  • (Array<String, Integer>)

    The current position in the result



109
110
111
# File 'lib/graphql/query/context.rb', line 109

def path
  @path
end