-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
I'm curious if you're interested in collaborating on expanding the capabilities of the tool to resemble something like Rejoiner (https://github.com/google/rejoiner) that was originally written by Google? The one big thing that I see missing is the schema modification feature (@SchemaModification) it has, so that it allows to join two gRPC service endpoints into one call. The library is now unmaintained but with 3.7k stars there definitely is a huge interest to this.
It seems to be hard to realise this with async-graphql as I think it would mean to generate new structs which would then not be named like the original one (?).
Do you see any possibility to do this?
Some other nice to have features like field mask conversion could also be added.
Best,
Nico