As of now there are 2 ways of specifying resolver paths:
- explicitly (Query.users)
- or via a wildcard (Query.*)
In a situation where a composition is applied to many but not all resolvers this leads to a lot of repetetive boiler plate configuration.
Other transforms like filter do support glob patterns which would reduce configuration to a minimum.
I'm happy to make a PR, but first wanted to check with you guys if this should be done in graphql-mesh or directly in the graphql-tools. Let me know and I will get on it. @ardatan
As of now there are 2 ways of specifying resolver paths:
In a situation where a composition is applied to many but not all resolvers this leads to a lot of repetetive boiler plate configuration.
Other transforms like
filterdo support glob patterns which would reduce configuration to a minimum.I'm happy to make a PR, but first wanted to check with you guys if this should be done in
graphql-meshor directly in thegraphql-tools. Let me know and I will get on it. @ardatan