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

Surveys

The GraphQL Challenges Survey

The State of GraphQL survey last year uncovered some pain points. We want to dive deep into how these issues are resolved in real-world applications. That’s why Hygraph, The Guild, and others created a new survey to understand better those challenges and how you approach them. They'd love to learn first-hand experience from you!

Surveys

GraphCDN "GraphQL 2021" Survey

The GraphCDN team is conducting a survey on your GraphQL usage, any challenges you face today, which tools you're using and how they can help solve some of those challenges. When participating, you can win swag worth over $250, including an Ember mug to keep the coffee warm!

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.