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

Articles

Neo4j and GraphQL in One Toolbox

The Neo4j GraphQL Toolbox is a new user interface that allows you, with minimal effort, to write and execute GraphQL queries and mutations against your Neo4j database, with absolutely no setup required.

How to Autogenerate GraphQL API Documentation

Why you’d want to autogenerate your GraphQL API documentation and how you implement it, including which tools to choose.

Compare REST with GraphQL for Performance Testing Using StepZend and k6

Performance testing is essential when choosing any new technology, and GraphQL is no different. Roy explores using k6 for performance testing and compares a GraphQL API with its REST-based counterpart.

Tools & Open Source

Awesome GraphQL Security

A curated list of excellent GraphQL Security frameworks, libraries, software, and resources.

Videos

GraphQL to Postman collection with GraphMan

Learn how to quickly create a Postman or Insomnia collection from your GraphQL API using GraphMan.

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.