Exception: GraphQL::Execution::Skip Private

Inherits:
RuntimeError show all
Defined in:
lib/graphql/execution.rb

Overview

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.

API:

  • private

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pathObject

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.

API:

  • private



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.

API:

  • private



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.

API:

  • private



15
# File 'lib/graphql/execution.rb', line 15

def ast_nodes=(_ignored); end