Hey All! I wanna know what's your experience on security of Universal JS? For example, on the project that you use React, GraphQL and also Server side rendering support. What's your way to increase the security? (hiding dangerous codes, crypted obje...
Join discussionHere is a simple scenarioI want to query GraphQL and fetch all the students that have attended school more then 200 days this year.I have a Student sequelize model, a matching GraphQL Object, a students Query which accepts the days int as an argument...
Join discussionHi all, We are experimenting with GraphQL and Sequelize, the Node.js ORM for relational database (we had a requirement to use a relational DB). I've noticed that when I use Sequelize on its own to make a joined query from a few tables it produces a ...
LLee commented