#javascript
Read more stories on Hashnode
Articles with this tag
The Server · Background One of the first obstacles any new GraphQL developer faces is authentication. Since there are so many ways to authenticate a user...
Mutations - i.e. writes · So far in this series all of our database accesses have been reads. Let's turn our attention to writing things to a database...
The Schema · The question "Why should I use GraphQL when I can just use SQL?" popped up in my twitter feed a few weeks ago. Like many posts designed to...
Writing your first queries · Why GraphQL Before we dive into writing a query, let's touch a bit on the why of GraphQL when we already have SQL. SQL is...
When we need to JOIN · In part 1 and part 2 we've gone through some basic data modeling in GraphQL and written our first simple queries. However we have...