graphql/scalars/docs/scalars/void #1971
Replies: 3 comments 4 replies
-
Hi my my Graphql service return Void response. but I found out graphql schema cannot handle Void variable. Do you know how shouldI have this type in my response? the code is like this: |
Beta Was this translation helpful? Give feedback.
-
@QueryMapping |
Beta Was this translation helpful? Give feedback.
-
I faced the same issue before. graphql-scalars package should help to fix the issue. https://stackoverflow.com/questions/44737043/is-it-possible-to-not-return-any-data-when-using-a-graphql-mutation/44773532#44773532 |
Beta Was this translation helpful? Give feedback.
-
graphql/scalars/docs/scalars/void
GraphQL Scalars Documentation
https://the-guild.dev/graphql/scalars/docs/scalars/void
Beta Was this translation helpful? Give feedback.
All reactions