#graphql
Read more stories on Hashnode
Articles with this tag
This is a really quick guide to GraphQL for REST developers. It's was prompted by a comment on the #believeinserverless Discord...
If you're not familiar with the GraphQL N+1 problem then consider the following query. query { authors { id name books { id ...