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: update GraphQL query builder functions to generate output fields for nested queries #5976

Merged
merged 4 commits into from May 12, 2024

Conversation

KXLAA
Copy link
Contributor

@KXLAA KXLAA commented May 8, 2024

This PR contains:

This PR contains A NEW FEATURE

Describe the problem you have without this PR

You can see the issue this PR intends to fix here.

Todos

  • Tests
  • Documentation
  • Typings
  • Changelog

KXLAA added 2 commits May 8, 2024 07:59
…util functions

Signed-off-by: KXLAA <kolade.afode@yahoo.com>
Signed-off-by: KXLAA <kolade.afode@yahoo.com>
@KXLAA KXLAA changed the title feat: Update GraphQL query builder functions to generate output fields for nested queries feat: update GraphQL query builder functions to generate output fields for nested queries May 8, 2024
Signed-off-by: KXLAA <kolade.afode@yahoo.com>
@pubkey
Copy link
Owner

pubkey commented May 10, 2024

Looks like the ci fails because your test does not clean up its databases.

Signed-off-by: KXLAA <kolade.afode@yahoo.com>
@KXLAA
Copy link
Contributor Author

KXLAA commented May 10, 2024

Looks like the ci fails because your test does not clean up its databases.

Do you know what is wrong with the supabase tests?

@pubkey pubkey merged commit 59cc026 into pubkey:master May 12, 2024
20 of 21 checks passed
@pubkey
Copy link
Owner

pubkey commented May 12, 2024

@KXLAA I don't think the breaking supabase test is your fault, it also randomly fails on master at the moment.
I merged this now to have it the next release which will come soon.
Thank you for your contribution.

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.

GraphQL query builder functions do not generate output fields for nested queries
2 participants