
The Guild's blog

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

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

JavaScript runs everywhere, so should your servers - here is how
A new way to make any Javascript server platform-agnostic.

Announcing GraphQL Yoga 2.0!
Fully-featured GraphQL Server with focus on easy setup, performance and great developer experience

Introducing Envelop - The GraphQL Plugin System
A new tool by The Guild: A powerful new way for creating fast, modern and secure GraphQL servers.

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

What's new in GraphQL CLI 4.1
GraphQL CLI - experience the modern way for developing full-stack GraphQL applications.

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.

How should you pin dependencies and why?
Getting in-depth on making your application updated and safe.

Getting to know Node's child_process module
How to call git, cpp, sh, etc., from a Node.js script.