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

Releases

The New GraphCMS is Live!

GraphCMS, the original GraphQL native Headless CMS, have announced a complete rebuild of their product with a line of new features. They've released content stages, union types (polymorphic relations), sortable relations and assets, filters on lists, and drastically updated webhooks. Furthermore their new GraphQL core engine shows massive performance gains of up to 40x in response times (in some larger and more complex queries, they have measured almost 100x gains). They're also hiring for new talent, specifically in backend, frontend, marketing, and sales.

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.