A weekly newsletter of the best news, articles and projects about GraphQL

Articles

GraphQL: Lessons Learned

Dhruv from Treebo shares lessons learned from their GraphQL experience so far. Whether you’re just getting started or are already a seasoned GraphQL user, I’m sure you have some excellent takeaways.

Testing your GraphQL Endpoints

If you’ve wondered how to best test your GraphQL endpoints, read this blog post from the team at Escape.

GraphQL Error Handling to the Max with Typescript, codegen and fp-ts

Improve your GraphQL APIs' error handling using union types and interfaces. And handle them safely on the client-side. And you can take it a step further using functional programming.

GraphQL Queries for Implementing a Custom Shopify Storefront

If you’re looking to develop a custom Shopify store, make sure to read Markus's guide on how to implement this using their GraphQL API and Next.js

Tools & Open Source

KitQL

KitQL is a new set of tools to help you build your apps more efficiently and quickly. If you’re planning to work on a new app with Svelte and GraphQL, make sure to take a look!

Videos

Response Cache Plugin with Envelop

Skip the GraphQL execution phase with the response cache plugin for Envelop. Set TTL for types and fields and cache results in-memory or with your KV store.

Feeling nerdy? Query issues of GraphQL Weekly, with GraphQL itself!
Powered by the GraphQL Playground
Enter a query
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  allIssues {
    id
    title
    published
    number
    date
    author {
      avatarUrl
      description
      name
    }
  }
}
or press CMD + Enter
Result
Curated by Stellate, and the awesome GraphQL community.