Ruben Estevez

Results 2 comments of Ruben Estevez

We are also impacted by this issue. Can't write e2e integration tests because the token does not have the necessary scopes to hit api gateway.

@krishnarohitreddy I think you can do that when you define the http like: ``` GraphQL::Client::HTTP.new("URL") do def connection Net::HTTP.new(uri.host, uri.port).tap do |client| client.open_timeout = 5 client.read_timeout = 5 client.use_ssl =...