graphql-tools icon indicating copy to clipboard operation
graphql-tools copied to clipboard

Request for a Wrap TransformObjectFieldArguments

Open AndresPerezTesela opened this issue 3 years ago • 0 comments

Currently there's only the RenameObjectFieldArguments class useful for renaming field arguments but it would be great to have another class (maybe a transform class) that allows to modify the type of field arguments as well.

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.

Related to https://github.com/Urigo/graphql-mesh/issues/3960

AndresPerezTesela avatar May 21 '22 04:05 AndresPerezTesela