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

Articles

Build a no-code GraphQL service with Azure API Management

In this article, Adrian shows you how to create a GraphQL service without writing any code using Azure API Management. He'll guide you through the steps to set up your API, configure the schema, and test your service. With this easy-to-follow tutorial, you'll have a fully functional GraphQL API up and running in no time!

Unleashing the Power of GraphQL on Snowflake With Hasura

Curious about how GraphQL can supercharge your Snowflake data? In this article, Anurag shares how to create a GraphQL API on top of your Snowflake data warehouse. He'll explain the benefits of using GraphQL with Snowflake, walk you through the setup process, and give you tips on how to optimize your queries. Get ready to take your Snowflake data to the next level with GraphQL and Hasura!

Tools & Open Source

Poozle

Poozle is an open-source, fast and reliable platform to integrate data from external APIs via a single integration layer.

Podcasts & Shows

Q&A with Lee Bryon on the GraphQL Discord

Lee recently did a Q&A on the GraphQL Discord touching on topics like where to start, Relay and other GraphQL clients, differences in GraphQL usage within and outside of Facebook, and much more!

Videos

Automate deploying GraphQL APIs to Cloudflare Workers

Deploy your GraphQL Yoga server automatically to Cloudflare Workers using GitHub Actions.

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.