A Quick Intro to GraphQL (And Why It’s Taking Over)
If you’ve built a website before, you know the drill. You need to display a user’s profile, so you write a fetch request to some API endpoint like /api/users/67.
The server responds, and usually, it dumps everything on you. You get the user’s name, e...
blog.hackunited.org2 min read