Method: BatchLoader::GraphQL#batch_loader=
- Defined in:
- lib/batch_loader/graphql.rb
#batch_loader=(value) ⇒ Object (writeonly)
Sets the attribute batch_loader
64 65 66 |
# File 'lib/batch_loader/graphql.rb', line 64 def batch_loader=(value) @batch_loader = value end |