When true, this entity is being deleted as part of an IS-A parent chain initiated by a child entity. The child deletes itself first (FK constraint), then cascades deletion to its parent.
When set to true, the delete operation will BYPASS Validate() and the actual process of deleting the record from the database but WILL invoke any associated actions (AI Actions, Entity Actions, etc...).
GraphQL InputType for entity delete operations.
SYNC REQUIREMENTS - Changes here require updates to:
TESTING: Schema sync tests in GraphQLDataProvider will fail if these files drift out of sync. Run: cd packages/GraphQLDataProvider && npm run test
See