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 RecordUpdatePayload type includes only a success field returning true or false to denote if the update is successful.

Feature Limitations of Offline GraphQL