Daniel Vladco
Daniel Vladco
Hello, thanks for the great library! I just came across this issue. are there any plans on fixing this? I see it is open for quite some time. Maybe you...
Hi what do you mean by individual services and specific services? This directive is added so you can more easy apply interceptors to endpoints (for example to add authentication) If...
Hi @tatemz, thank you for your contribution! I actually have thought about this idea from the very beginning of the library. The reason why I chose it to be as...
Now with version `v0.8.3` you can add assign a different name to your endpoint and even the service, you can use "" (empty string) for service name so that the...
Hi @ashwin153, I plan to merge that, I just didn't have time lately
Hi, 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...
Hi @BenSlabbert , this is a great Idea. At the moment of writing this lib there wasn't such a functionality. Of corse you can open a PR. Actually I thought...
Hi @BenSlabbert , @toctan thank you for your contribution, I am planning to add this feature, however since @toctan 's last PR I did a big refactor to clean up...
hi @westongcooper this is possible using the `name` field option https://github.com/danielvladco/go-proto-gql/blob/master/pb/graphql.proto#L27 Check this example: https://github.com/danielvladco/go-proto-gql/blob/master/example/codegen/pb/options.proto#L64
It is not supported on oneof's yet