
The Guild's blog

The New GraphQL Modules
GraphQL Modules showed up on NPM almost 3 years ago, but now we decided to rewrite it from scratch.

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.

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.

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!

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

Authentication with accounts-js & GraphQL Modules
How to implement server-side using accounts-js, GraphQL-Modules and Apollo-Server

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!