|
|
|
|
|
by vsurabhi
2767 days ago
|
|
If you are using Postgres as your database you can use Hasura to add GraphQL APIs on top of all the tables. Hasura can be exposed to the fronted applications with declarative permissions. You can add a reverse proxy if you want to. Hasura scales horizontally but you will have to manage Postgres on your own or use a hosted Postgres service like RDS. > .. caching ..
This is related to GraphQL in general. The support for caching is nowhere close to what is possible with RESTful APIs but it should eventually get there. |
|