Class: GraphQL::Execution::Interpreter::Runtime::GraphQLSelectionSet Private

Inherits:
Hash
  • Object
show all
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

Instance Attribute Details

#graphql_directivesObject

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