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

Twitter Threads

Matteo Collina on Twitter about Platformatics launch day

The Platformatics team released a bunch of new features and improvements to change the way developers build and manage digital platforms.

Twitter Threads

David Cramer, Sentry CTO and his hot take on GraphQL

David Cramer posted a hot take on GraphQL on X (formerly Twitter) a couple days ago, which blew up and sparked a ton of interesting conversations. It all started with "Still can’t believe we all got tricked into using graphql", and ended with thoughtful input from a lot of folks in the GraphQL ecosystem. And some drama too.

Twitter Threads

Jens Neuse on the importance of Relay when comparing GraphQL

Whether you like Relay or not, you can't deny it's one of the most heavily used GraphQL clients available (even if only within Meta). Jens makes a case for why it's important to consider Relay when comparing GraphQL to other similar technology. And how he and Wundergraph can help.

Twitter Threads

Quick GraphQL Tips for a Quick Month

For the month of February, Eve Porcello is sharing a daily GraphQL tip on Twitter. The tips thus far have covered a range of topics including tooling, documentation, GraphQL concepts, and how to implement various pieces of functionality. Check out the Twitter thread and follow Eve to get a daily GraphQL quick tip!

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.