Skip to main content

DataStop

A DataStop is a GDPR-related request to stop all data processing for a specified email account within an Organisation.

Implements: Node

Fields

FieldTypeDescription
idID!Unique identifier
emailAWSEmail!Email account to stop processing
userIdString!User who created the request
createdAWSDateTimeWhen the request was created

Relationships

FieldTypeDescription
organisationOrganisationThe organisation

Query

DataStops are accessed via Organisation.dataStopConnection:

query GetDataStops($orgId: ID) {
organisation(id: $orgId) {
dataStopConnection {
dataStops {
id
email
userId
created
}
totalCount
}
}
}

Export This Article

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