Class: GraphQL::Execution::Interpreter::Runtime::GraphQLSelectionSet Private
- Inherits:
- 
      Hash
      
        - Object
- Hash
- GraphQL::Execution::Interpreter::Runtime::GraphQLSelectionSet
 
- Defined in:
- lib/graphql/execution/interpreter/runtime.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
- 
  
    
      #graphql_directives  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  private
  
    
Instance Attribute Details
#graphql_directives ⇒ 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.
| 139 140 141 | # File 'lib/graphql/execution/interpreter/runtime.rb', line 139 def graphql_directives @graphql_directives end |