-
Hi, is it possible to define and execute a Mutation with the grahql-kotlin client? Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Never mind. I thought that the mutation was not parsed or supported. This works flawlessly and as you would expect. Maybe it would make sense for you to add some info to your client documentation how to define a mutation and/or that mutations are supported, too. From looking at parameters like |
Beta Was this translation helpful? Give feedback.
Never mind. I thought that the mutation was not parsed or supported.
But this was actually just a result of the bug #1239 that the class wasn't generated.
This works flawlessly and as you would expect. Maybe it would make sense for you to add some info to your client documentation how to define a mutation and/or that mutations are supported, too. From looking at parameters like
queryFileDirectory
you would not assume, that you can add mutations there, too.