Hey everyone,
I’ve been diving into GraphQL and the Apollo stack lately, and some of what I’ve discovered is very refreshing from a security standpoint.
If you’ve ever read any of my security-related posts, you’re probably aware of the dangers of NoSQL Injection in Meteor applications. Amazingly, NoSQL Injection protection is baked into the GraphQL framework out of the box, making it a very secure option for building out your data layer.
Check out my latest post if you want more details.