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 144 forks source link

Is it possible remove the prefix/namespace added from #66

Open valentinradu opened 5 years ago

valentinradu commented 5 years ago

When generating code from let's say from a message CredentialsInput rejoiner prefixes with input in the final schema: input_ CredentialsInput. Is it possible to keep the original names?