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

Books

Running Serverless Realtime GraphQL Applications with AppSync

Aleksandar Simovic, Slobodan Stojanovic and Gojko Adzic have just announced their forthcoming book on how to build and operate responsive and collaborative apps at scale with AWS AppSync and GraphQL. The book is scheduled for release in Q3 of 2021 and will cover a wide range of topics including working with persisted data, working with web clients, and more. Check out the table of contents and sign up to be notified of its release.

Books

A New Year for GraphQL Schema Stitching

The GraphQL Tools library (which has typically been used to accomplish Schema Stitching), was recently assumed by The Guild. The library has been undergoing a revitalization and brings with it a new way to do Schema Stitching. Greg MacWilliam from The Guild has authored a handbook on Schema Stitching in the context of the newest updates to GraphQL Tools. Check out the book to learn more.

Books

Fullstack GraphQL Book

Fullstack GraphQL is a new book by Roy Derks and Gaetano Checinski that explores how to build servers and clients with GraphQL. The book touches on a range of key topics, including GraphQL Schemas, how to generate TypeScript types from GraphQL types, how to use Apollo Client, how to include auth, and more. Check out the free chapter and read more about what's offered in this new book.

Books

Production Ready GraphQL

Written by Marc Andre Giroux who has maintained GitHub and Shopify GraphQL APIs and composed a number of helpful GraphQL articles and resources, Production Ready GraphQL is a book covering learnings and best practices when building GraphQL schemas at scale. The book is most for those who have already dabbled with GraphQL and covers topics such as GraphQL Schema Design, Performance and Security, Tooling and Workflows, and Architecture.

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.