Class: GraphQL::Query::Partial::Result

Inherits:
Result
  • Object
show all
Defined in:
lib/graphql/query/partial.rb

Instance Attribute Summary

Attributes inherited from Result

#query, #to_h

Instance Method Summary collapse

Methods inherited from Result

#==, #initialize, #inspect, #method_missing, #respond_to_missing?

Constructor Details

This class inherits a constructor from GraphQL::Query::Result

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class GraphQL::Query::Result

Instance Method Details

#partialGraphQL::Query::Partial



102
103
104
# File 'lib/graphql/query/partial.rb', line 102

def partial
  @query
end

#pathObject



97
98
99
# File 'lib/graphql/query/partial.rb', line 97

def path
  @query.path
end