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

refactor: change how clients poll and create queries #21

Merged
merged 3 commits into from
Jun 20, 2024

Conversation

serramatutu
Copy link
Collaborator

This commit refactors some of the internals of the GraphQL clients so that the _poll_until_complete method now accepts any kind of query job. This will make it more extensible for other kinds of queries such as exports.

This will allow us to poll for the completion of many types of jobs, not
only queries.
Same as previous commit, but now for the sync client.
@serramatutu serramatutu merged commit 6bf878e into main Jun 20, 2024
6 checks passed
@serramatutu serramatutu deleted the serramatutu/change-query branch June 20, 2024 17:29
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.

1 participant