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

GraphQL Simple Data Provider DELETE_MANY and UPDATE_MANY Support #9393

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

maxschridde1494
Copy link
Contributor

The goal here is to add an alternative to the virtual DELETE_MANY and UPDATE_MANY actions that trigger multiple DELETE and UPDATE requests under the hood. If the GraphQL Schema supports bulk deletes / updates, the Data Provider can be initialized with the bulkActionsEnabled option (turned off by default) and bulk DELETE_MANY and UPDATE_MANY will light up.

@slax57
Copy link
Contributor

slax57 commented Nov 9, 2023

Hi,
Thank you so much for submitting this contribution.
It's gonna take us some time to review, as it's a quite substantial PR, but we are definitely willing to have a look.
Thank you for your patience.

Copy link
Contributor

@djhi djhi left a comment

Choose a reason for hiding this comment

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

Thanks!

@djhi djhi merged commit 991a1de into marmelab:next Dec 4, 2023
10 checks passed
@djhi djhi added this to the 5.0.0 milestone Dec 4, 2023
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.

None yet

3 participants