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

Articles

GraphQL API Schemas: Designing a better one

Youssef shares some great tips on how to design better GraphQL APIs. Whether you're just getting started or are already a seasoned GraphQL developer, there's something to learn from his article.

Announcing GraphQL Hive, the complete GraphQL API manager

GraphQL Hive is a new tool from The Guild that helps developers better understand their APIs. It supports a schema registry, performance monitoring, alerts, and integrations. Works with all kinds of GraphQL APIs and is open source.

Tools & Open Source

Olympus - An intuitive hybrid caching solution for GraphQL

If you're looking for a hybrid caching solution that integrates with your GraphQL backend and client, look at Olympus. It uses Redis to implement a server-side cache and the browser's local storage for additional client-side caching.

Grafbase

Grafbase accelerates backend development with next-generation tooling. Deploy globally fast GraphQL APIs with top-notch developer experience. Their service is in beta right now and free to try.

Videos

Working with GraphiQL

Explore how to work with GraphiQL to explore documentation, perform operations, tabs, prettify operations, variables, request headers, and more.

Events

GraphQL Conf 2022 | June 7-8, Austin, TX

Anybody close to Austin (or up for a last-minute trip), GraphQL Conf 2022 will be in Austin, TX, next week, with fantastic talks, workshops, and a chance to meet some of the leading folks working with GraphQL. And the GraphCDN team will be there as well.

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.