createDataStop
SRP
Add a data stop to the organisation. A data stop prevents further processing of data for a specific subject.
Input
Return Type
Example
mutation CreateDataStop {
createDataStop(input: {
organisationId: "b3JnMTIzNDU2"
email: "subject@example.com"
}) {
id
email
created
}
}