|
|
|
|
|
by PKop
2215 days ago
|
|
Perhaps what they meant is it requires application code (server or severless) for business logic mutations, instead of surfacing database functions as RPC. This was the particular reason I moved away from Hasura. Business logic mutations in SQL are too powerful to give up and replace with JavaScript in opinion. |
|
We already support user defined PG functions to be exposed as graphql queries so this is a natural extension.