ysugimoto / grpc-graphql-gateway

A protoc plugin that generates graphql execution code from Protocol Buffers.
MIT License
379 stars 50 forks source link

Cannot run greeter example #69

Open nareshbhatia opened 4 months ago

nareshbhatia commented 4 months ago

Hi, I am trying to follow instructions for the Greeter example. The first step (make) fails. Please see below:

$ make
protoc \
      -I. \
        -I../../include/graphql \
        --plugin=../../dist/protoc-gen-graphql \
      --go_out=plugins=grpc:./greeter \
        --graphql_out=verbose:./greeter \
      greeter.proto
--go_out: protoc-gen-go: plugins are not supported; use 'protoc --go-grpc_out=...' to generate gRPC

See https://grpc.io/docs/languages/go/quickstart/#regenerate-grpc-code for more information.
make: *** [build] Error 1

My protoc version is libprotoc 25.2

Am I missing something?

nareshbhatia commented 4 months ago

Please help. Any insights on this?