dogbutcat / graphql-api-encryption-example

GraphQL server and client(Apollo) api hidding example
MIT License
3 stars 1 forks source link

two-way encryption and decryption #35

Open RoneLeo opened 1 month ago

RoneLeo commented 1 month ago

How to encrypt data when it is returned on the graphql server and decrypt it on apollo-client? It is to implement two-way encryption and decryption of apollo server and apollo client at the same time.

RoneLeo commented 1 month ago

Can you add this situation to the example?