Skip to content
Last update: April 4, 2024

clearAllPushMessages mutation

This mutation clears all push messages.

Possible returns

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

Example

1
2
3
mutation clearAllPushMessages {
clearAllPushMessages
}