Open
Description
It would be very helpful to additional transforms for field arguments. Currently only argument renaming is supported, but not argument retyping.
An alternative solution is what this repo offers https://github.com/graphql-query-rewriter/core. But it is much more limited to graphql-mesh since it only offers field argument rewriting. And it wouldn't be very clean to use it in conjunction with graphql-mesh.
A proposed solution would be to add an experimental field argument type transform that leverages this alternative pkg, or maybe extend the rename tool to also be able to change argument types.
Metadata
Metadata
Assignees
Labels
No labels