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

Articles

GraphQL Federation: Field-level Metrics 101

Making data-driven decisions for evolving your enterprise’s graphs, via field usage metrics.

How to Use GraphQL with CoinGecko API to Streamline Data Retrieval

Learn to combine CoinGecko API with GraphQL for precise, efficient cryptocurrency data retrieval. A must-read guide for devs looking to streamline their crypto data management.

Community & Open Source

Hive: Preflight Scripts in the Laboratory

Automate your authentication flows before running GraphQL operations. Streamline your workflow with custom pre-execution processes.

Videos

GopherCon 2024: Prototyping a Go, GraphQL, gRPC Microservice - Sadie Freeman

Building a prototype that combines GraphQL for client comms and gRPC for service-to-service interaction. Perfect for both newcomers and seasoned devs, with step-by-step examples from basic API to full microservice architecture.

Schema-Driven Testing with Mock Service Worker

Learn how to combine schema mocking with Mock Service Worker (MSW) for better GraphQL testing across frameworks.

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.