Exception: GraphQL::Execution::Skip Private
- Inherits:
-
RuntimeError
- Object
- StandardError
- GraphQL::Error
- RuntimeError
- GraphQL::Execution::Skip
- Defined in:
- lib/graphql/execution.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #path ⇒ Object private
Instance Method Summary collapse
- #assign_graphql_result(query, result_data, key) ⇒ Object private
- #ast_nodes=(_ignored) ⇒ Object private
Instance Attribute Details
#path ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
14 15 16 |
# File 'lib/graphql/execution.rb', line 14 def path @path end |
Instance Method Details
#assign_graphql_result(query, result_data, key) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
17 18 19 |
# File 'lib/graphql/execution.rb', line 17 def assign_graphql_result(query, result_data, key) result_data.delete(key) end |
#ast_nodes=(_ignored) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
15 |
# File 'lib/graphql/execution.rb', line 15 def ast_nodes=(_ignored); end |