Return void from GraphQL Mutation #25381
-
Hello, I am testing SmallRye GraphQL Mutations with Quarkus. I have a scenario where method in a service class returns void, and I would like to have similar setup with the GraphQL wrapper, where a mutation returns nothing after an operation is performed. However, I am getting I made a small reproducer to replicate the exception I am getting. It is available at https://github.com/zbhavyai/quarkus-graphql-void-reproducer. I am using Quarkus versions 2.8.2.Final. So, I would like to know, if it is a GraphQL limitation, or am I missing something? Because return void from a REST endpoint works absolutely fine. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
/cc @jmartisk, @phillip-kruger |
Beta Was this translation helpful? Give feedback.
/cc @jmartisk, @phillip-kruger