Skip to main content

DataDeletion

A DataDeletion is a GDPR-related request to remove all data for a specified account within an Organisation.

Implements: Node

Fields

FieldTypeDescription
idID!Unique identifier
emailAWSEmail!Email account to delete data for
createdAWSDateTimeWhen the request was created

Relationships

FieldTypeDescription
organisationOrganisationThe organisation

Query

DataDeletions are accessed via Organisation.dataDeletionConnection:

query GetDataDeletions($orgId: ID) {
organisation(id: $orgId) {
dataDeletionConnection {
dataDeletions {
id
email
created
}
totalCount
}
}
}

Export This Article

Save a copy of this page as PDF or plain text.