Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I increase the request timeout? #419

Closed
vivek091195 opened this issue Dec 15, 2022 · 1 comment
Closed

How can I increase the request timeout? #419

vivek091195 opened this issue Dec 15, 2022 · 1 comment

Comments

@vivek091195
Copy link

vivek091195 commented Dec 15, 2022

My graphQL request from nodeJS is timing out in 10-11 secs by itself. How can I increase the timeout duration so that my request doesn't time out by itself?
I tried the timeout option while setting up GraphQLClient, but it's not working.
const graphQLClient = new GraphQLClient(URL, { timeout: 50000, headers: {} })

@brettinternet
Copy link

Take a look at #103

Repository owner locked and limited conversation to collaborators Oct 30, 2023
@jasonkuhrt jasonkuhrt converted this issue into discussion #610 Oct 30, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants