-
-
Notifications
You must be signed in to change notification settings - Fork 831
Description
Issue workflow progress
Progress of the issue based on the Contributor Workflow
- 1. The issue provides a reproduction available on Github, Stackblitz or CodeSandbox
Make sure to fork this template and run
yarn generate
in the terminal.Please make sure the GraphQL Tools package versions under
package.json
matches yours. - 2. A failing test has been provided
- 3. A local solution has been provided
- 4. A pull request is pending review
Describe the bug
When I use namespace-types I can't use resolvers-composition, because the resolver-composition does not allow depth, but only : ${typeName}.${field}
Namespace-types : https://graphql-rules.com/rules/mutation-namespaces
To Reproduce
Steps to reproduce the behavior:
Namespace-types : https://graphql-rules.com/rules/mutation-namespaces
and
https://www.graphql-tools.com/docs/resolvers-composition#supported-path-matcher-format
Expected behavior
Based on the documentation:
If namespace-types are possible we should be able to do this kind of thing:
- Query.User.*
- Query.User.Group.*
- Mutation.User.!{createUser, login}
Environment:
@graphql-tools/resolvers-composition
:
Thank you in advance for your consideration and feedback