#graphql
Read more stories on Hashnode
Articles with this tag
A common pattern I've seen in React/GraphQL applications is one where multiple queries are run at the top of a component (Here using useQuery from...
Authenticating a React-Native Application · Having built the server side in part 1 we now turn our attention to authenticating a client. You can probably...
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...
Relations and nullability · There's an old adage in relational databases that there are only three important numbers: 0, 1 and n. When modeling a system...
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...