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