OBJECT

DeletePayload

Payload required to delete an object

link GraphQL Schema definition

1type DeletePayload {
2
3# ID of the object that was deleted
4id: ID!
5
6# a message
7message: String
8
9}