52 53 54 55 56 57
# File 'lib/activegraphql/model.rb', line 52 def build_fetcher(action, params = nil) Fetcher.new(config: configurable_class.config, klass: self, action: action, params: params) end