examples/http_loader.rb in graphql-batch-0.4.3 vs examples/http_loader.rb in graphql-batch-0.5.0

- old
+ new

@@ -36,9 +36,10 @@ # GQL module Loaders class HTTPLoader < GraphQL::Batch::Loader def initialize(host:, size: 4, timeout: 4) + super() @host = host @size = size @timeout = timeout end