Skip to content
Last update: April 4, 2024

markAllPushMessagesRead mutation

This mutation marks all push messages as read.

Possible returns

Possible return Description
Boolean Indicates whether the operation of marking all push messages as read was successful or not.

Example

1
2
3
mutation markAllPushMessagesRead {
markAllPushMessagesRead
}