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

Simplify GQL dataProviders #9820

Merged
merged 1 commit into from
May 3, 2024
Merged

Simplify GQL dataProviders #9820

merged 1 commit into from
May 3, 2024

Conversation

djhi
Copy link
Collaborator

@djhi djhi commented May 3, 2024

Problem

Setting up the GQL dataProviders is cumbersome as the builders return a promise. However, this was only kept for backward compatibility as intropection is now done on the fly.

Solution

Make builders return the dataProvider synchronously.

@djhi djhi added the RFR Ready For Review label May 3, 2024
@djhi djhi added this to the 5.0.0 milestone May 3, 2024
@fzaninotto fzaninotto merged commit b31f93c into next May 3, 2024
12 checks passed
@fzaninotto fzaninotto deleted the simplify-gql-providers branch May 3, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants