Method: GraphQL::Query::Context::FieldResolutionContext#path

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

#pathObject



287
288
289
# File 'lib/graphql/query/context.rb', line 287

def path
  @path ||= @parent.path.dup << @key
end