-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
How to set variable in mutation? #353
Comments
👋 @muslimmuda15 This library is created and maintained by me, @budde377. Please consider supporting my work and ensure our survival by donating here. |
Thanks for reaching out @muslimmuda15 - The |
Because the code-generator is just a wrapper around |
I follow step by step the instruction until generate my graphql
I tried to request my query from my widget
everything working well.
But how to impelementation mutation?
I have graphql mutation
But I still confuse how to implement that?
Because it seem very diffeent with the query.
I implementation like this
the
useMutation
requiredWidgetOptions_Mutation_CreateRfqTestMutation
but, i cannot set variable inside there.Please help me.
The text was updated successfully, but these errors were encountered: