Hello, hopefully this is not duplication of existing issue. Is there support for Mutation namespaces like described there: https://graphql-rules.com/rules/mutation-namespaces? What I want is to be able to have something like this ``` UserMutations { create(name: String!): String!, update(id: String!, name: String!): Boolean!, .... }, PostMutations { ... } ```
Hello, hopefully this is not duplication of existing issue.
Is there support for Mutation namespaces like described there: https://graphql-rules.com/rules/mutation-namespaces?
What I want is to be able to have something like this