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

Articles

Some Learnings from the State of GraphQL 2022 Survey

Michał Tyszkiewicz from the GraphQLEditor team looks at the first State of GraphQL survey and some interesting takeaways.

GraphQL Optimizations: Automatic Persisted Queries

If you haven’t heard of Automatic Persisted Queries (or APQs for short), or have heard about them, but never used them in your projects, this post provides an excellent introduction to get you started.

Fullstack GraphQL Applications with React, Node.js, and Neo4j

William Lyon of the Neo4j team recently published a free ebook that teaches you how to use GraphQL with React, Node.js, and Neo4j to build complex, data-intensive applications from start to finish.

Tools & Open Source

DacheQL — Dashingly fast caching for your GraphQL queries

DacheQL is an open-source developer tool that leverages the pinpoint accuracy of GraphQL’s queries and implements caching to improve your website’s query efficiency.

Videos

Using GraphQL Code Generator with GraphQL Request

Learn how to consume types with the GraphQL Request library, and generate types using GraphQL Code Generator for GraphQL operations.

Events

Enterprise GraphQL Conference | Nov 10 2022, online

Learn how some of the world’s largest enterprises use GraphQL to enable data-as-a-service and eliminate common data access and management challenges.

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.