End-to-end encryption via http or grpc

Hello everybody.
I have been looking to see if it is possible to do end-to-end encryption via http or grpc from my Flutter app to my Backend in DGraph and I have not succeeded. Does anyone know if this is possible?

We have TLS only. Any end-to-end encryption procedure is aside of Dgraph itself. Mean, that is something that you have to do on your end, as it is something with a very specific need.

thanks, :+1: