Skip to main content

docs

Endless docs taxonomy: one stable domain label per field or type so generated schema.graphql can be grouped for external API reference. Prefer product language over internal folder names; leave shared or unclear schema members unannotated so downstream docs fallback can group them.

directive @docs(
category: String!
) on
| ENUM
| FIELD_DEFINITION
| INPUT_OBJECT
| INTERFACE
| OBJECT
| SCALAR
| UNION

Arguments

docs.category ● String! non-null scalar common

Product-domain label for documentation grouping (Products, Orders, Inventory, Purchase Orders, Suppliers, Shipments, Automations, Sales Channels, Warehouses, Integrations, API Clients, Companies, People, Roles & Permissions, Feature Flags)