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

Articles

Why Do We Need GraphQL

If you are just getting started with GraphQL and want to know why it's useful and how it can help speed up your apps, read Justin's article on precisely that topic. If you're working with C#, you'll even get a starting point for your APIs.

GraphQL API With Java Spring Boot

If you’re a Java user and want to get started with GraphQL, take a look at Ashutoshs article that explains all the required steps in detail and helps you get up and running quickly.

Running A Scalable & Reliable GraphQL Endpoint With Serverless

Running your GraphQL services on serverless infrastructure is a pretty standard use case. In this series of articles, Siddharth explores implementing an easily scalable and resilient service using the Serverless framework.

Tools & Open Source

GraphQLock: Secure your GraphQL application with ease

If you are looking at adding role-based access controls to your GraphQL API, give GraphQLock a try. It’s a new project built in collaboration with OSLabs and available as an NPM package.

Videos

GraphQL Caching with GraphCDN

This week's installment of graphql.wtf is about caching, more specifically caching via GraphCDN. Jamie gives an overview of what GraphCDN offers and guides us through the steps required to get up and running with a new service.

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.