Repository URL to install this package:
|
Version:
1.8.2 ▾
|
class Loaders::<%= class_name %> < GraphQL::Batch::Loader
# Define `initialize` to store grouping arguments, eg
#
# Loaders::<%= class_name %>.for(group).load(value)
#
# def initialize()
# end
# `keys` contains each key from `.load(key)`.
# Find the corresponding values, then
# call `fulfill(key, value)` or `fulfill(key, nil)`
# for each key.
def perform(keys)
end
end