Method: BatchLoader::GraphQL#batch_loader=

Defined in:
lib/batch_loader/graphql.rb

#batch_loader=(value) ⇒ Object (writeonly)

Sets the attribute batch_loader

Parameters:

  • value

    the value to set the attribute batch_loader to.



64
65
66
# File 'lib/batch_loader/graphql.rb', line 64

def batch_loader=(value)
  @batch_loader = value
end