Skip to content

Latest commit

 

History

History
88 lines (68 loc) · 3.64 KB

File metadata and controls

88 lines (68 loc) · 3.64 KB
title GraphQL ORM documentation index
kind reference
status active
owner workspace-maintainers
last_reviewed 2026-08-16
review_by 2027-02-01
supersedes

GraphQL ORM documentation

Choose the route that matches what you are trying to do. The learning and how-to paths are for application developers; architecture, decisions, operations, and plans preserve the deeper contracts and maintainer record.

Learn

Build and query a small local service first.

How-to guides

Follow a focused task rather than reading reference material end-to-end.

Reference

Start with the graphql-orm reference for core runtime mechanics and configuration. Use the macro and attribute reference for the accepted derive and schema_roots! syntax. The reference index also links generated inventories and component-local contract documentation.

Concepts

Architecture explains durable boundaries and trade-offs:

Component documentation

Each package owns its local contract documentation:

The generated workspace package inventory is the canonical version and dependency overview.

Maintainers and governance

  • Development — local setup, testing, and GraphQL workflow.
  • Operations — repeatable operational and release guidance.
  • Decisions — accepted durable rationale.
  • Plans — active outcomes and bounded backlog.
  • Investigations — retained evidence and conclusions.
  • Archive — superseded history, not current guidance.

One active canonical document owns each topic. The lifecycle, metadata, and exceptions are defined by ADR-0001.