DEV Community

Discussion on: Why I no longer use GraphQL for new projects

Collapse
 
jhelberg profile image
Joost Helberg

The security argument doesnt sound valid. You have todo security in any case, preferrably at database level. Any use, test, graphql or even SQL, will be subject to the same security. Bot rest backend and graphql backend should not implement any security. Databases do it better, faster and a lot more reliable.