mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 07:49:37 +08:00
fix: add summary table for workflow steps
This commit is contained in:
parent
04b850b0e3
commit
090e0f5c79
@ -92,6 +92,14 @@ These rules exist because Salesforce GraphQL has platform-specific behaviors tha
|
||||
|
||||
## GraphQL Workflow
|
||||
|
||||
| Step | Action | Key output |
|
||||
|------|--------|------------|
|
||||
| 1 | Acquire schema | `schema.graphql` exists |
|
||||
| 2 | Look up entities | Field names, types, relationships confirmed |
|
||||
| 3 | Generate query | `.graphql` file or inline `gql` tag |
|
||||
| 4 | Generate types | `graphql-operations-types.ts` |
|
||||
| 5 | Validate | Lint + codegen pass |
|
||||
|
||||
### Step 1: Acquire Schema
|
||||
|
||||
The `schema.graphql` file (265K+ lines) is the source of truth. **Never open or parse it directly** — no cat, less, head, tail, editors, or programmatic parsers.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user