class BatchLoader::GraphQL::Wrapper
Public Class Methods
new(batch_loader)
click to toggle source
# File lib/batch_loader/graphql.rb, line 5 def initialize(batch_loader) @batch_loader = batch_loader end
Public Instance Methods
sync()
click to toggle source
# File lib/batch_loader/graphql.rb, line 9 def sync @batch_loader.__sync end