
The Guild's blog

The complete GraphQL Scalar Guide
Knowing how native and custom GraphQL Scalar works enables building flexible and extendable GraphQL schema.

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.

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.

On-Demand Shared GraphQL Subscriptions with RxJS
Trigger on-demand expensive subscriptions and share results between multiple subscribers

Scalable APIs with GraphQL Server Codegen Preset
Structuring GraphQL server the right way enables many teams to work in harmony while minimising runtime risks.

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!

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.

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.

GraphQL error handling to the max with Typescript, codegen and fp-ts
Handle unsafe APIs in a typesafe way with Typescript and Functional Programming.

GraphQL Code Generator with TypeScript and Prisma models
How to use Prisma models with GraphQL Code Generator

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!

GraphQL with TypeScript done right
How to get the most of React application types with GraphQL Code Generator.

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.

Introducing: GraphQL Codegen plugin for TypeScript & SWR!
Working with GraphQL, TypeScript and SWR is now much simpler!

TypedDocumentNode: the next generation of GraphQL and TypeScript
Using GraphQL and Typescript on the client just became a lot easier!

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.

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

GraphQL TypeScript - w/ GraphQL-Modules and GraphQL-Code-Generator
Writing a GraphQL TypeScript project w/ GraphQL-Modules and GraphQL-Code-Generator.