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

Tools & Open Source

Gato GraphQL v1.0 🎉

After a really long time (spanning several years), development of the Gato GraphQL plugin has finally reached v1.0! If you aren't familiar, Gato GraphQL is a tool for interacting with data in your WordPress site. You can think of it as a Swiss Army Knife for dealing with data, as it allows to retrieve, manipulate and store again any piece of data, in any desired way, using the GraphQL language.

Tools & Open Source

Turn multiple data sources into a single GraphQL API

Graphweaver is a modern serverless approach to problems previously solved by Enterprise Service Busses (ESBs) and Content Management Systems (CMSs).

Introducing SpectaQL 2.0 - an even more powerful, easy way to autogenerate GraphQL API documentation

In this casually informative article available at the provided link, readers are invited to explore SpectaQL 2.0. It offers a straightforward take on this technology without getting lost in complex technicalities. It's an ideal read for those who want to get acquainted with SpectaQL's latest version at their own pace, making it a valuable resource for those seeking a clear understanding of its capabilities.

Tools & Open Source

Introducing SpectaQL 2.0 - an even more powerful, easy way to autogenerate GraphQL API documentation

Dive into the latest advancements in API documentation with this article. The author explores SpectaQL 2.0, shedding light on its features and enhancements. Readers can expect an insightful analysis of how this tool simplifies generating documentation for GraphQL APIs. With practical examples and a pragmatic approach, the article provides a valuable resource for engineers seeking efficient methods to document and communicate their APIs effectively.

ShieldQL — a GraphQL security solution

Explore ShieldQL, a GraphQL security solution, in this informative article. The author takes a pragmatic approach to dissecting its features and benefits, offering readers a nuanced understanding of how ShieldQL enhances the security landscape for GraphQL APIs. With real-world insights and practical examples, the article provides valuable insights for developers looking to bolster the protection of their GraphQL endpoints.

Tools & Open Source

PostGraphile V5 public beta!

Hey, devs! Want to get involved in the latest PostGraphile v5 public beta? This article is your ultimate guide. Discover the new features, improvements, and optimizations offered in this release. Get insights into how you can actively participate in testing and shaping the final version. So, if you're a PostGraphile enthusiast or just curious about the latest updates, hop in and join the beta adventure! Your feedback matters, so let's make this version the best it can be.

Tools & Open Source

GraphQL Caching Made Easy: Quell 9.0’s Time to Shine

The Quell team is proud to present the latest updates for Quell 9.0! Quell is a blazing-fast caching solution for your GraphQL querying needs. We have worked hard on improving Quell under the hood for the longevity and durability of the product.

exograph - build fast, flexible, secure backends in minutes

Exograph's Rust runtime automatically executes secure queries for your Postgres database and comes with an efficient Deno-powered runtime for custom logic.

Tools & Open Source

Ariadne, Schema-First GraphQL for Python

If you're looking for a schema-first Python library to implement your GraphQL server, look no further and give Ariadne a try!

Benzene

Benzene is a fast and minimal JavaScript GraphQL Server. In Chemistry, it is a building block chemical. In JavaScript, it is the building block for your next API.

Tools & Open Source

nitrogql

nitrogql is a toolchain for using GraphQL with TypeScript. It can generate TypeScript types from your GraphQL schema and queries and also provides static checking for your queries.

Tools & Open Source

Query without worry: Quell 8.0 launches to amplify GraphQL queries

The Quell team introduces version 8.0, a powerful library that aims to simplify GraphQL caching. With a user-friendly approach, the article discusses the key features and improvements in Quell 8.0, highlighting how it enhances query performance and reduces complexity. Whether you're a GraphQL enthusiast or simply looking for ways to optimize your queries, this article provides valuable insights into the benefits of incorporating Quell 8.0 into your development workflow.

Announcing Edge Caching for any API

Grafbase recently launched Edge Caching for their product. If you're already using them, make sure to give this a try. And if you're looking for edge caching for your GraphQL API, you've now got more options to choose from.

Tools & Open Source

GraphQL Network Inspector is now available on Firefox

If you're using Firefox and were a (tiny) bit jealous that Chrome folks had access to GraphQL Network Inspector, we've got good news for you. It's now available for Firefox as well! 🎉

Tools & Open Source

Introducing MediQL, a Developer Tool to Enhance GraphQL Responses and Error Handling

MediQL is a GraphQL developer tool, built to work on top of GraphiQL, an open-source web-based integrated development environment (IDE). MediQL takes it a step further by delivering query response visualization, error indication, and the ability to observe original external API response objects which GraphiQL can not.

Tools & Open Source

Poozle

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

Tools & Open Source

REST APIs to GraphQL — Switch with Stitch

Are you considering migrating your REST APIs to GraphQL but don't know where to start? This article explores how Stitch can help you make the switch. Stitch is a tool that can automatically convert your REST APIs to GraphQL, saving you time and effort. The article provides step-by-step instructions and examples to demonstrate how Stitch works and shares some best practices to help you make the most of this tool. If you're looking for a way to streamline your API development process, check out this article!

Tools & Open Source

Obsidian 8.0

Obsidian, Deno's original GraphQL caching solution, just released version 8.0 with a ton of new features and improvements.

nitrogql

nitrogql is a toolchain for using GraphQL in TypeScript projects. The main features include type generation with source map support and static checks for your GraphQL code.

GraphQLSP

This is a TypeScript LSP Plugin that will recognise documents in your TypeScript code and help you out with hover-information, diagnostics, auto-complete and automatically generating Typed-Document-nodes.

Tools & Open Source

urql v4 Major Release

The urql team just released the v4 version of their GraphQL client. This release includes their new documentation based on TSDocs, a rewrite of their default fetch/HTTP transport, updates to their Persisted Queries and File Upload logic, as well as their switch to @0no-co/graphql.web, which drastically reduces the bundle size.

Tools & Open Source

0no-co/graphql-web-lite

graphql-web-lite provides an alias package that can be swapped in for the standard graphql package in client-side applications. It aims to reduce the size of imports that are in common use by GraphQL clients and users, while still providing most graphql exports that are used in other contexts.

Tools & Open Source

GraphQL Voyager

Represent any GraphQL API as an interactive graph. It's time to finally see the graph behind GraphQL.

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.