Mutations Limitations
| AVAILABLE API VERSION |
|---|
| Beta v59.0–65.0 |
| Generally available v66.0 and later |
Consider these limitations for mutations.
- Creating a record with child relationships isn’t currently supported.
- Multiple dependent operations like creating an account hierarchy can either all execute successfully or not at all.
- The GraphQL wire adapter supports mutations in API v66.0 and later.
- In API v59.0–65.0, the
RecordUpdatePayloadtype includes only asuccessfield returningtrueorfalseto denote if the update is successful.