GraphQL, beginning to end

What is GraphQL

Basically a REST replacement

Wait, what's wrong with REST?

"We'll just make a RESTful API and then anyone can call it, like a mobile app or something"

 /api/users.GET

Getting all users

Shit ton of data

 /api/users?active=true.GET

End to end GraphQL

By Alex Voerman

End to end GraphQL

  • 66