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

Articles

Everything You Wanted to Know About GraphQL (But Were Afraid to Ask)

If you are just getting started with GraphQL and have many questions, this article will give you some answers and help you better understand what GraphQL is and how to best use it.

GraphQL Error Handling: a Security POV

Error messages in GraphQL APIs are seldom seen as a security concern. However, they can disclose critical information about the internals of your service or even private data like keys.

How Netflix Content Engineering makes a federated graph searchable

The Netflix Engineering team shared their experience transitioning to a federated GraphQL platform, what it enabled their teams to achieve and how they made the graph searchable.

Tools & Open Source

Apollo Federation 2 is now generally available

Apollo released version 2 of their Federation framework. Their blog post details what’s new, like an improved developer experience, improved shared types, and more. They also have a migration guide if you want to learn more about moving to version 2.

Videos

Svelte, GraphQL, and KitQL

KitQL automatically generates Svelte stores for your GraphQL operations and manages caching data between the client and server. Optimistically update mutations with patching and more.

Events

GraphQL Contributor Day | May 3 2022

The next GraphQL Contributor day is just around the corner on May 2nd, 2022. Make sure to sign up to get important updates and hear from core contributors and the GraphQL community.

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.