Skip to content
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

feat(graphql) make timeout configurable in query options #1475

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ndelanou
Copy link
Collaborator

Breaking changes

none

Fixes / Enhancements

  • Allow to specify a queryRequestTimeout in every option classes that extends BaseOptions. This new parameter overrides the queryRequestTimeout set in the GraphQLClient constructor.
  • The queryRequestTimeout parameter from GraphQLClient constructor is now nullable. This will allow having no timeout on queries (feat(graphql): Make gql query timeout optional #1473)

Copy link
Collaborator

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, can you squash the commit 141350a inside the previous one?

In additioncan you follow the commit guideline that we are inside the contributor guide?

Otherwise LGMT

@ndelanou
Copy link
Collaborator Author

@vincenzopalazzo should be better now 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants