Class: GraphQL::Query::Partial::Result
- Defined in:
- lib/graphql/query/partial.rb
Instance Attribute Summary
Attributes inherited from Result
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
#partial ⇒ GraphQL::Query::Partial
102 103 104 |
# File 'lib/graphql/query/partial.rb', line 102 def partial @query end |
#path ⇒ Object
97 98 99 |
# File 'lib/graphql/query/partial.rb', line 97 def path @query.path end |