OBJECT

UpdatePayload

Payload required ro update an object

link GraphQL Schema definition

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