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

Articles

From frustration to celebration: The magic that comes when GraphQL and TypeScript work together

Discover the synergy between GraphQL and TypeScript in this article! Join the author on a journey from frustration to celebration as they unravel the magic that unfolds when these two technologies join forces. Dive into real-world examples and insights that showcase the seamless collaboration, making development a joyous experience. If you're a developer seeking a smoother, more efficient workflow, this read is your gateway to the captivating realm where GraphQL and TypeScript unite. 🚀✨

GraphQL benefits and why you should adopt it in 2024

Curious about the state of GraphQL in 2024? Dive into this article for a pulse on the latest trends, insights, and the vibrant landscape of GraphQL adoption. Whether you're a seasoned developer or just getting started, join the exploration of how GraphQL continues to reshape the way we build and interact with APIs. It's a front-row seat to the evolving narrative of GraphQL's journey in 2024 – a must-read for tech enthusiasts and coding connoisseurs alike! 🚀🌐

How pg_graphql works

Unlock the secrets of Postgres-powered GraphQL in this exhilarating read! 🚀 Delve into the magic behind Supabase's PG-GraphQL, unraveling the wizardry that makes it tick. From seamless data access to turbocharged queries, this article unveils the game-changing tech that's reshaping database interactions. Whether you're a database aficionado or a GraphQL enthusiast, join the journey to discover how Supabase is redefining the landscape of PG-GraphQL with innovation and efficiency. Ready for a tech thrill? Dive in! 🌐✨

Tools & Open Source

Announcing Field Level Authorization for GraphQL Federation with Cosmo Router

Exciting news for GraphQL Federation enthusiasts! 🚀 Dive into this article to catch the buzz about WunderGraph's latest game-changer: field-level authorization for GraphQL Federation. Uncover how this feature elevates security and flexibility in your federated GraphQL APIs. It's a must-read for developers eager to empower their services with precise control over data access. 🌐✨

🚀 Generate and optimize a post's featured image using AI, with the new Gato GraphQL v2

Embark on a visual adventure with GatoGraphQL v2! 🚀 This article unveils the magic of generating and optimizing post-featured images using AI. Join the exploration of cutting-edge technology as GatoGraphQL takes your content visuals to the next level. Discover how AI transforms image creation and optimization, adding a dash of innovation to your workflow. If you're keen on enhancing your content game, this read is your gateway to a world where AI meets GraphQL for stunning post-featured images! 🌟🎨

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.