Referenced from SKILL.md
SKILL.mdView in source ↗
Source excerpt starting at line 15.SKILL.mdView in source ↗| Restrict content by user | Access control with query | [ACCESS-CONTROL.md#row-level-security-with-complex-queries](reference/ACCESS-CONTROL.md#row-level-security-with-complex-queries) || Local API user ops | `user` + `overrideAccess: false` | [QUERIES.md#access-control-in-local-api](reference/QUERIES.md#access-control-in-local-api) || Draft/publish workflow | `versions: { drafts: true }` | [COLLECTIONS.md#versioning--drafts](reference/COLLECTIONS.md#versioning--drafts) |
Source excerpt starting at line 22.SKILL.mdView in source ↗| Filter relationship list | `filterOptions` on field | [FIELDS.md#relationship](reference/FIELDS.md#relationship) || Select specific fields | `select` parameter | [QUERIES.md#field-selection](reference/QUERIES.md#field-selection) || Auto-set author/dates | beforeChange hook | [HOOKS.md#collection-hooks](reference/HOOKS.md#collection-hooks) |
Source excerpt starting at line 29.SKILL.mdView in source ↗| Next.js revalidation | Context control in afterChange | [HOOKS.md#nextjs-revalidation-with-context-control](reference/HOOKS.md#nextjs-revalidation-with-context-control) || Query by relationship | Nested property syntax | [QUERIES.md#nested-properties](reference/QUERIES.md#nested-properties) || Complex queries | AND/OR logic | [QUERIES.md#andor-logic](reference/QUERIES.md#andor-logic) || Transactions | Pass `req` to operations | [ADAPTERS.md#threading-req-through-operations](reference/ADAPTERS.md#threading-req-through-operations) |
Source excerpt starting at line 259.SKILL.mdView in source ↗For all query operators and REST/GraphQL examples, see [QUERIES.md](reference/QUERIES.md).
Source excerpt starting at line 316.SKILL.mdView in source ↗See [QUERIES.md#access-control-in-local-api](reference/QUERIES.md#access-control-in-local-api).
Source excerpt starting at line 513.- **[ACCESS-CONTROL-ADVANCED.md](reference/ACCESS-CONTROL-ADVANCED.md)** - Context-aware, time-based, subscription-based access, factory functions, templates- **[QUERIES.md](reference/QUERIES.md)** - Query operators, Local/REST/GraphQL APIs- **[ENDPOINTS.md](reference/ENDPOINTS.md)** - Custom API endpoints: authentication, helpers, request/response patterns