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

[DEVOPS-622] Fix mutation plugin #95

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

yusufhm
Copy link
Contributor

@yusufhm yusufhm commented Sep 19, 2024

Before the most recent changes to the dynamic GQL mutation builder, input was being wrapped systematically for all mutations. Since there are cases where different arguments are required instead of input, we're now providing that same ability by using arguments instead for the plugin.

Before the most recent changes to the dynamic GQL mutation builder, input was being wrapped systematically for all mutations. Since there are cases where different arguments are required instead of `input`, we're now providing that same ability by using `arguments` instead for the plugin.
@yusufhm yusufhm merged commit c04f7f5 into master Sep 19, 2024
8 checks passed
@yusufhm yusufhm deleted the fix/DEVOPS-622-mutation-plugin branch September 19, 2024 13:12
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