Hi @rivantsov , When reading [this](https://graphql-rules.com/rules/mutation-payload-query), it suggests that for each mutation should have a dedicated payload, and the payload should return a field of Query type. I am wondering how do we achieve this with NGraphQL? Thanks in advance.
Hi @rivantsov ,
When reading this, it suggests that for each mutation should have a dedicated payload, and the payload should return a field of Query type.
I am wondering how do we achieve this with NGraphQL?
Thanks in advance.