These examples use synthetic identifiers and placeholder GraphQL schema names. Replace a placeholder only after the public GraphQL schema confirms it.
| Example | Purpose | Writes data |
|---|---|---|
| Read-only GraphQL | Inspect one resource | No |
| Paginated GraphQL | Read a bounded list | No |
| Explicit mutation | Confirm before a change | Yes |
| Create and export | Create then export a document | Yes |
| Async job | Poll and report an export job | No |
Do not copy values from these files into logs. Do not use a placeholder as a production field name.