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
69 70 71 |
# File 'lib/graphql/query/partial.rb', line 69 def partial @query end |
#path ⇒ Object
64 65 66 |
# File 'lib/graphql/query/partial.rb', line 64 def path @query.path end |