-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Labels
additional info neededAdditional information is needed to proceedAdditional information is needed to proceeddependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request
Description
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 {
...
}
Metadata
Metadata
Assignees
Labels
additional info neededAdditional information is needed to proceedAdditional information is needed to proceeddependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementNew feature or requestNew feature or request