google / rejoiner

Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
https://google.github.io/rejoiner/
Apache License 2.0
3.67k stars 140 forks source link

proto options not present in input messages #132

Open MixusMinimax opened 1 year ago

MixusMinimax commented 1 year ago

when marking fields in a message as deprecated for example, the generated graphql type reflects this property.

However, when using this message as a request type for a query, the generated Input_something type does not.