OBJECT
Payload required to delete an object
1type DeletePayload {23# ID of the object that was deleted4id: ID! 56# a message7message: String 89}