Personally I found GraphQL to be a God-sent for prototyping. Tools such as Hasura and postgraphile are just amazing to whip out fully-working backend very quickly. I do agree with some of the posts though about security being a bit of a hassle. It's not impossible to secure GraphQL endpoints (e.g. through row-level or column-level security for Postgres-based backend) but it's not as straight-forward as securing REST endpoint.
zifeo|2 years ago
[^1] https://metatype.dev/docs/tutorials/policies-and-materialize...
[^2] https://metatype.dev/docs/tutorials/authentication-and-secur...
flagged24|2 years ago