The Guild's blog
Join our newsletter
Want to hear from us when there's something new?
Sign up and stay up to date!
*By subscribing, you agree with Beehiiv’s Terms of Service and Privacy Policy.
How to write GraphQL resolvers effectively
Learn GraphQL concepts like resolver map, resolver chain, mappers, defer resolve and use GraphQL Code Generator and Server Preset to write resolvers.
Supercharge Your Supergraph with Hive
Explore API management for Federated GraphQL with Hive. Unlock tools for collaboration, monitoring, and governance to simplify your API architecture.
Audit of GraphQL Gateways Supporting Apollo Federation
Set of tests to evaluate and compare the compatibility of different GraphQL gateways with Apollo Federation.
Introducing GraphQL Mesh v1 and Hive Gateway v1
We released Version 1 of GraphQL Mesh and Hive Gateway, enabling flexible, open-source GraphQL Federation with both GraphQL and non-GraphQL sources.
The Guild acquires Stellate
Today we are very pleased to announce that we have acquired Stellate GraphQL CDN - the leading GraphQL Caching solution.
Building Type-Safe Random GIF Generator with feTS
Building a Random Gif Generator using the Giphy API and feTS, a tool designed to simplify REST API development.
GraphQL Request Cancellation in JavaScript
Learn how to cancel GraphQL requests on the client side and how to handle cancellations on the server side with JavaScript.
The Guild - Rebranding in open source
The Guild is doing rebranding - The open source way
Announcing Accounts.js 1.0 Release Candidate
Introducing Accounts.js 1.0 Release Candidate, an end to end authentication and accounts management solution.
Nextra 3 – Your Favourite MDX Framework, Now on 🧪 Steroids
MDX 3, new i18n, new _meta files with JSX support, more powerful TOC, remote MDX, better bundle size, MathJax, new code block styles, shikiji, ESM-only and more
Building Open Source GraphQL Security
Learn how open-source boosts GraphQL security and explore defensive and offensive tools, resources, and best practices to protect your GraphQL APIs.
Open Source composition and validation library for Apollo Federation
Introducing MIT licensed drop-in replacement for the Apollo Federation composition library.
GraphQLConf 2023 Recap
Explore the highlights of GraphQLConf 2023. Learn about the latest trends in GraphQL, from gateway solutions to composite schemas and innovative projects.
State of GraphQL Gateways in 2023
A six-month journey of researching, benchmarking, exploring and comparing GraphQL gateways and the Federation spec in 2023.
Hive Summer Update 2023
Learn what is new on GraphQL Hive, we have shipped a lot of new exciting features and improvements.
The complete GraphQL Scalar Guide
Knowing how native and custom GraphQL Scalar works enables building flexible and extendable GraphQL schema.
How Much Are GitHub Stars Worth to You?
Exposing the dark side of GitHub and open source projects
Build a GraphQL server running on Cloudflare Workers.
This course aims to build a practical GraphQL server on Cloudflare Workers using GraphQL Yoga, Pothos, Kysely, etc.
Using @defer Directive with GraphQL Code Generator
Learn how to boost GraphQL performance using the @defer directive and GraphQL Code Generator for deferred fragment field resolution.
Introducing Schema Policy in Hive
New GraphQL-Hive feature for enfocring best-practices and schema-design styles.
Consume OpenAPI in TypeScript Without Code Generation
feTS Client allows you to create an SDK-like client that infers types from an OpenAPI specification document.
Optimize your Bundle Size with SWC and GraphQL Codegen
Optimize your Bundle Size with the SWC plugin for client-preset for GraphQL Code Generator
GraphQL over Internet
HTTP, WebSockets, Server-Sent Events, undergoing standardization and libraries.
Announcing GraphQL Network Inspector
A better way to debug network traffic with GraphQL
GraphQL Cursor Pagination with PostgreSQL
An SQL based approach for understanding and implementing GraphQL Cursor Pagination.
GraphQL Hive - Improvements in Schema Registry
GraphQL Hive announces new and improved schema registry model with improved workflow and user experience. Access to old model will end soon, switch recommended.
How we shipped CDN access tokens with Cloudflare Workers and R2
Learn how we are using Cloudflare Workers to provide highly available access tokens for the Hive schema artifacts CDN.
On-Demand Shared GraphQL Subscriptions with RxJS
Trigger on-demand expensive subscriptions and share results between multiple subscribers
Flutter GraphQL | The Guild
Brick is an open source package that provides offline support for GraphQL in Flutter
Nextra 2 – Next.js Static Site Generator
Here are what the new version of Nextra 2 Framework includes.
Scalable APIs with GraphQL Server Codegen Preset
Structuring GraphQL server the right way enables many teams to work in harmony while minimising runtime risks.
Build realtime GraphQL backends with Grafbase
Build collaborative, multiplayer apps faster and easier than ever with GraphQL Live Queries using Grafbase.
GraphQL-ESLint v3.14 - What's New?
The best GraphQL linter becomes even better! Check out what we added in the new version.
GraphQXL - The Missing GraphQL Language Extension?
GraphQXL, a new language for building big and scalable GraphQL server-side schemas
GraphQL Yoga NestJS integration now supports NestJS v9 and Yoga v3
A new version of @graphql-yoga/nestjs with NestJS v9 support is out!
Announcing GraphQL Yoga v3
The new version of GraphQL Yoga is out! Learn what has improved and what is new!
How ClickHouse helps us track billions of GraphQL requests monthly
Learn how ClickHouse enabled GraphQL Hive to scale from millions to billions of requests monthly.
Announcing free SSO (Single Sign On) for GraphQL Hive
Link your GraphQL Hive Organization to your OAuth OIDC provider of choice.
Getting the Best of TypeScript and GraphQL: Union Types
The combination of TypeScript and GraphQL can be very powerful. Both TypeScript and GraphQL support the concept of discriminated unions.
Building Slack Bot with Cloudflare Workers
The Guild Internal toolL - GitHub Slack bot reminder in Cloudflare Workers
Announcing self-hosted GraphQL Hive
Host your own GraphQL Hive instance. We are happy to announce that we have reached the milestone of making it easy to host their own instance of GraphQL Hive.
Improved Security with GraphQL Armor support for Yoga Server 2
Bringing security by default to GraphQL and Yoga Server.
JavaScript runs everywhere, so should your servers - here is how
A new way to make any Javascript server platform-agnostic.
Unleash the power of Fragments with GraphQL Codegen
The most important parts of Relay are the concepts of building and scaling applications, let's show how you can use these patterns in your existing projects.
Bringing the best GraphQL experience to Svelte
It's time to unveil a massive effort by the KitQL and Houdini maintainers to join forces!
Building GraphQL Servers in 2022
In this talk we'll learn about the tools needed to build your own GraphQL server from scratch using GraphQL Yoga.
Announcing GraphQL Hive, the complete GraphQL API manager
We are incredibly excited to share with you today the public launch of GraphQL Hive!
Announcing GraphQL Yoga 2.0!
Fully-featured GraphQL Server with focus on easy setup, performance and great developer experience
GraphQL error handling to the max with Typescript, codegen and fp-ts
Handle unsafe APIs in a typesafe way with Typescript and Functional Programming.
How not to learn GraphQL
A guide to avoid common learning biases and misconceptions around GraphQL.
The Anatomy of a GraphQL Request
Let's go back to the basics and break down a GraphQL request.
Caching data with DataLoader
How to use DataLoader to cache data in your GraphQL server.
GraphQL Authentication with Envelop and Auth0
Learn how to quickly add authentication to you GraphQL Envelop setup with Auth0.
GraphQL AuthZ - GraphQL Authorization layer
Flexible modern way of adding an authorization layer on top of your existing GraphQL backend systems.
GraphQL Code Generator with TypeScript and Prisma models
How to use Prisma models with GraphQL Code Generator
GraphQL over SSE (Server-Sent Events)
Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.
GraphQL Response Caching with Envelop
Caching GraphQL endpoints can be tricky. Let's take a look at the theory behind making it possible and learn how to do it with Envelop.
What does it take to support Node.js ESM?
I have worked on all The Guild's libraries and graphql-js to support ESM. Here is how you can do it too.
What's new in GraphQL-Codegen v2?
Human-readable types, improved infrastructure, a new plugin for TypeScript and more!
SwiftGraphQL - A GraphQL client for Swift lovers.
SwiftGraphQL lets you use all the power Swift gives you to query your data. It feels like magic.
GraphQL Tools V8 - Stitch Federation Services
GraphQL Tools - Faster and more flexible Schema Stitching!
Introducing Envelop - The GraphQL Plugin System
A new tool by The Guild: A powerful new way for creating fast, modern and secure GraphQL servers.
Collecting GraphQL Live Query Resource Identifier with GraphQL Tools
GraphQL Tools can help to solve a variety of problems. Lean how it can be used for live queries.
GraphQL with TypeScript done right
How to get the most of React application types with GraphQL Code Generator.
Easy Open Source - Orchestrating the Open Source Contribution Workflow
Sharing our journey of making it easier for people to participate in Open Source.
Subscriptions and Live Queries - Real Time with GraphQL
GraphQL subscriptions are used by many. Let's take a look at both methods for achieving real-time communication with GraphQL.
GraphQL Hive - Manage Your GraphQL API Workflow
Announcing the beta testing program of GraphQL Hive - schema registry for any GraphQL workflow.
A New Year for GraphQL Schema Stitching
2021 is the year to give Schema Stitching a fresh look after its recent renovation
The New GraphQL Modules
GraphQL Modules showed up on NPM almost 3 years ago, but now we decided to rewrite it from scratch.
Add reactivity to an existing source using GraphQL Mesh
How To extend an existing endpoint with subscriptions to bring reactivity to your application.
GraphQL - The Workflow
The Workflow when taking GraphQL from development to production.
GraphQL - The Stack -
The GraphQL Stack - Part 3. In this blog looking at more such tools and services which have created a great impact in the GraphQL ecosystem.
GraphQL - The Stack -
The GraphQL Stack - Part 2. GraphQL Modules Preset with Codegen since it essentially also splits your types and generates types.
GraphQL - The Stack -
The GraphQL Stack - Part 1. Choosing the right tech stack for your use case and building the development workflow which suits you best in this blog.
GraphQL - Use case and Architecture
Architecting for GraphQL and its ecosystem. Looking at how your architecture can look like when working with GraphQL.
GraphQL - Diving Deep
Answering all the questions you may have about GraphQL and its ecosystem.
What's new with Apollo Client v3 and GraphQL Codegen
All the new features GraphQL Codegen adds to your type-system with the new Apollo Client 3.
graphql-let - A Webpack loader for GraphQL Code Generator
graphql-let is a webpack loader of GraphQL code generator.
Introducing: GraphQL Codegen plugin for TypeScript & SWR!
Working with GraphQL, TypeScript and SWR is now much simpler!
GraphQL Tools v7 delivers the next generation GraphQL API Gateway
GraphQL Tools v7 - Brings Schema Stitching to a whole new level thanks to automation and performance enhancements.
The Guild is joining the GraphQL Foundation
Our plans to contribute to the GraphQL Foundation.
What's new in GraphQL CLI 4.1
GraphQL CLI - experience the modern way for developing full-stack GraphQL applications.
Webhooks as GraphQL Subscriptions using GraphQL Mesh
Consume your legacy webhooks and subscriptions from any data source as GraphQL Subscriptions with GraphQL Mesh.
Introducing GraphQL-ESLint!
A new tool by The Guild, for making your GraphQL schema and GraphQL operations more standard and robust!
GraphQL over WebSockets
Coherent, zero-dependency, lazy, simple, server and client implementation of the new, security first, GraphQL over WebSocket Protocol.
TypedDocumentNode: the next generation of GraphQL and TypeScript
Using GraphQL and Typescript on the client just became a lot easier!
Migrating from Schemaless REST API to GraphQL without writing any code
Migrating to GraphQL from a REST API has never been easier. With tools like GraphQL Mesh you can do it automatically.
GraphQL Tools - next generation schema stitching and new leadership
GraphQL Tools v6 with more tools, improved schema stitching and bug fixes.
Integrating GraphQL Code Generator in your frontend applications
The GraphQL codegen library can generate code for multiple purposes. Make sure you get the most out of it.
Better Type Safety for your GraphQL resolvers with GraphQL Codegen
Type-check your resolvers' implementation in order to find issues in build-time. Simply integrate with your existing TypeScript data models and context types.
New GraphQL Inspector and upcoming features
See what's new and shape the future of GraphQL Inspector together! It's entirely open-sourced!
Schema Change Notifications in GraphQL Inspector
Stay up to date with changes in your GraphQL Schema. Receive notifications on Slack, Discord or even via WebHooks.
Validate GraphQL Schema - Continuous Integration & Delivery Pipeline
Detect breaking changes and identify possible issues in GraphQL API with GraphQL Inspector
Multiple environments and endpoints in GraphQL Inspector
Use different variants of GraphQL schema. Live and running GraphQL API as the source of truth of a schema.
Enable Remote Control in GraphQL Inspector
Intercept schema changes via HTTP and decide which changes are acceptable which are not and all of this through a serverless function.
GraphQL Mesh - Query anything, run anywhere
We are excited to announce GraphQL Mesh. A powerful open source library enabling developers to leverage the power of GraphQL without requiring changes
How to run React E2E tests purely with hooks
How to run React E2E tests purely with hooks. Tested with React-Native and Firebase Test Lab.
GraphQL CLI is back!
Your Swiss Army Knife for the GraphQL ecosystem. Production-ready GraphQL app in seconds.
GraphQL Config - One configuration for all your tools
One configuration for all your tools. A single place to store all your GraphQL configurations for any GraphQL based tool.
GraphQL Scalars 1.0 is out!
More Types, Data Integrity and Strict Validations on GraphQL.
The coolest, most underrated design pattern in React
The coolest, most underrated design pattern in React
I wrote a customizable CSS engine in JavaScript
I wrote a customizable CSS engine in JavaScript. Custom selectors, custom rules and custom events. You determine its behavior.
Optimizing Apollo Operations - GraphQL Code Generator & Relay Compiler
Optimizing your Apollo Operations with GraphQL Code Generator and the Relay Compiler.
Injectable services in React
How they're implemented and their similarities with Angular services.
GraphQL Codegen adds new Apollo-Android and Java plugins
GraphQL Codegen adds a new Apollo-Android and a new Java Backend plugins!
Authentication and Authorization in GraphQL
After a few years of working with GraphQL, we've learned some lessons about GraphQL, and how to authenticate and authorize GraphQL API.
The Guild is taking over maintenance of merge-graphql-schemas
The Guild is taking over maintenance of merge-graphql-schemas, so let's talk about GraphQL Schema management
Manage Circular Imports Hell in GraphQL-Modules
Designing and building modular GraphQL API may not look straight-forward. It is hard to keep a perfect modularity with standalone and encapsulated modules.
How should you pin dependencies and why?
Getting in-depth on making your application updated and safe.
Stencil-Apollo - Stencil meets GraphQL
Stencil-Apollo lets you easily use GraphQL in Web Components.
New encapsulation method for Styled-Components with Babel
Use private class names instead of a dedicated component
GraphQL Code Generator - Hooks support for React Apollo plugin
Use and generate React Hooks with Apollo and Typescript with the new version of GraphQL Code Generator.
WhatsApp Clone - Angular, GraphQL, Apollo, TypeScript and PostgreSQL
An open-source full-stack example app made with Angular 7.2, TypeScript, GraphQL Subscriptions, GraphQL Code Generator, GraphQL Modules, PostgreSQL and TypeORM.
WhatsApp Clone - GraphQL, Apollo, TypeScript and PostgreSQL
Fully functional WhatsApp Clone using React (Hooks+Suspense), GraphQL, Apollo, TypeScript and PostgreSQL
SOFA — The best way to REST (is GraphQL)
Ending the REST vs. GraphQL debate once and for all
Babel plugin and get a performance boost for your React components
Use this magical Babel plugin and get a performance boost for your React components.
Introducing: GraphQL Inspector
Prevent breaking changes. Find broken operations. Get Schema Coverage. Check deprecated usage and type duplicates. All as part of your CI process.
Dependency Injection in GraphQL-Modules
Why did we implement our own Dependency Injection library for GraphQL-Modules?
Scoped Providers in GraphQL-Modules
Understand how scoped providers work in GraphQL-Modules Dependency Injection.
Modular Encapsulation in Large-Scale GraphQL Projects
Why is True Modular Encapsulation So Important in Large-Scale GraphQL Projects? — GraphQL Modules is your savior!
This is how our brain detects shapes
This is how our brain detects shapes. And so shall the computer...
GraphQL TypeScript - w/ GraphQL-Modules and GraphQL-Code-Generator
Writing a GraphQL TypeScript project w/ GraphQL-Modules and GraphQL-Code-Generator.
How I helped improve Angular Console
How I helped improve Angular Console. By doing GraphQL the right way.
Under the hood of React's hooks system
Looking at the implementation and getting to know it inside out.
Authentication with accounts-js & GraphQL Modules
How to implement server-side using accounts-js, GraphQL-Modules and Apollo-Server
Implementing a runtime version of JSX
Learning how to think like a JSX parser and building an AST
GraphQL Modules — Feature based GraphQL Modules at scale
Today we are happy to announce that we are open sourcing a framework we've been using for the past couple of months in production, GraphQL Modules!
Recursive React tree component implementation made easy
The challenges that I've faced and how I solved them.
Getting to know React DOM's event handling system inside out
Getting to know React DOM's event handling system inside out.
This is how I build Babel plug-ins
The basics of AOT compilers and how to write Babel plug-ins.
Getting to know Node's child_process module
How to call git, cpp, sh, etc., from a Node.js script.
How to create a React app out of a Webflow project
How to create a React app out of a Webflow project.
git rebase (not) --interactive
How to build a Node.js script to re-write history. Pre-requisites: Familiarity with git rebase --interactive.
Apollo-Angular 1.2 - using GraphQL in your apps just got a lot easier!
Check what's new in Apollo Angular and how to get the full potential benefits of using Angular + GraphQL + TypeScript combined thanks to GraphQL-Code-Generator
GraphQL Code Generator for Typescript React Apollo
Generate React Apollo Query, Mutation and Subscription components and hook. All completely typed by TypeScript.
GraphQL Code Generator v0.11
Generate React and Angular Apollo Components, Resolver signatures and much more!
Angular CLI + Meteor — No more ejecting Webpack Configuration
Angular CLI + Meteor — No more ejecting Webpack Configuration
React Native and Meteor backend w/o any 3rd party library in 2018
Introduction to new features of client bundler and React Native Meteor Polyfills including OAuth and persistent login session support etc.
Meteor with Webpack — Faster compilation and better source handling
Faster compilation and better source handling. Meteor-Webpack is here as a solution to this kind of problems and lack of features in Meteor's bundler
Meteor Client Bundler — React Native support, handling Meteor imports
Introduction to new features of MCB. Better React Native support, handling Meteor imports etc.
What's new in GraphQL Codegen 0.9.0
The GraphQL Codegen library can generate any code for any language — including type definitions, data models, query builder, resolvers, etc...
Open source FPS with Apollo GraphQL — GeoStrike (Alpha)
A GeoReferenced Multiplayer First-Person Shooter Game.
Introducing GraphQL Code Generator
The True GraphQL-First platform. Generate your backend, frontend, types, resolvers, ORM code and more from your GraphQL schema and documents.
How to create a native add-on using C++
Node.js Advanced — How to create a native add-on using C++
Apollo Angular Version 0.11
New name, AoT support, TypeScript improvements, and Angular 4 readiness
Build a WhatsApp Clone with Ionic 2, Angular 2, and Meteor
Build a WhatsApp Clone with Ionic 2, Angular 2, and Meteor
GraphQL as a best practice for modern Angular apps?
In this post, I'll make the case for why Angular needs a best practice for communicating with the server, and why GraphQL should be that best practice.
Build a WhatsApp clone with Meteor and Ionic — Meteor Platform version
Build a WhatsApp clone using Meteor, Angular, and the Ionic Framework for CSS and mobile components