Hi,
I could not find a place that describes gRPC interface and proto contracts.
Where can I find it? Can you help me?
Thanks
Hi,
I could not find a place that describes gRPC interface and proto contracts.
Where can I find it? Can you help me?
Thanks
Here is the proto
definition used by the clients dgo/api.proto at master · dgraph-io/dgo · GitHub. We have clients in Go, JS, Java, Python which you could use to talk to the server using gRPC.