go-proto-gql: error when options rpc_type and svc_type are not explicitly defined
protoc-gen-gogql: plugin.go:419: :proto: missing extension
--gogqlgen_out: protoc-gen-gogqlgen: Plugin failed with status code 1.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 19 (8 by maintainers)
Hi @godebug Yes there is a issue if you open braces and don’t pass explicitly option rpc_type you receive this error for now as a workaround you can write
rpc GetCompaign(CompaignRequest) returns (CompaignReply);without braces@godebug @vtolstov I released the fix with tag v0.7.3. Can you check out if you still experience the issue?