Guides
Guides provide in-depth information on how to use Grafbase and its features. The guides are written to help you get started with Grafbase, understand its concepts, and learn how to use Grafbase in your projects.
- Quickstart is a step-by-step guide to building your first federated graph with Grafbase. The guide covers setting up a project, creating a few subgraphs, and composing a federated graph.
- Migrating from Apollo provides a step-by-step guide to migrate from Apollo Federation to Grafbase. Grafbase Gateway is a drop-in replacement for Apollo Gateway, providing the fastest implementation of GraphQL federation.
- Implementing Gateway hooks explains how to use gateway hooks to extend the gateway functionality. Gateway hooks are a way to add custom logic to the gateway, such as access logs, data authorization, custom authentication, and more.