What is the best way to encrypt our graphql mutations sent from our android app and then decrypt in our backend that is written in nodejs ?
graphql mutations
nodejs
I di