Sha256: 258ee48d81b7ba2fed775ab5974d7134c3d4b7bbc5a87729a798ded682730d6e
Contents?: true
Size: 493 Bytes
Versions: 95
Compression:
Stored size: 493 Bytes
Contents
<% module_namespacing_when_supported do -%> module Loaders class <%= 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 end <% end -%>
Version data entries
95 entries across 95 versions & 2 rubygems