You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your feedback, I did not mention this in readme but actually this script generates output only for messages that are used by some service. It is made this way to be able to determine if we need to generate an input or a type. So if you will create an service like service { rpc Ex(Example) returns (Example); } it will generate an input Example { //… } and a type Example { //… }.
Hi,
I tried to generate some graphql schemas but so far I'm getting (nearly) empty output.
Input definition:
Output:
Command used:
protoc --gql_out=paths=source_relative:. -I=${GOPATH}/pkg/mod/ -I=. -I=metadata-definitions/protobuf/ metadata-definitions/protobuf/example.proto
Versions:
Running this on my mac with zsh. Any ideas what could be wrong?
The text was updated successfully, but these errors were encountered: