Class: GraphQL::AssociationBatchResolver::Configuration
- Inherits:
-
Object
- Object
- GraphQL::AssociationBatchResolver::Configuration
- Defined in:
- lib/graphql/association_batch_resolver.rb
Instance Attribute Summary collapse
-
#loader ⇒ Object
Returns the value of attribute loader.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
34 35 36 |
# File 'lib/graphql/association_batch_resolver.rb', line 34 def initialize @loader = GraphQL::AssociationBatchResolver::AssociationLoader end |
Instance Attribute Details
#loader ⇒ Object
Returns the value of attribute loader.
32 33 34 |
# File 'lib/graphql/association_batch_resolver.rb', line 32 def loader @loader end |