Generate different graphql file for different proto
atul161 opened this issue · 1 comments
atul161 commented
We have a scenario where we have a PB folder.
Inside PB folder we have 2 proto file. ie: A.proto, B.proto . Now suppose we want to generate graphql file for a and b proto inside PB folder.
Both the proto has the same option package as well.
Currently, only one file Is generated.
I need to generate graphql file for A.proto as well as for b.proto inside PB folder.
How can I achieve this?
Thank you.