markAllNotificationsRead
markAllNotificationsRead: Boolean!Informations d'appel
Arguments
Cette opération n'attend aucun paramètre.
Exemple de requête GraphQL
mutation ExecuteMarkAllNotificationsRead {
markAllNotificationsRead
}Exemple de variables
{}Payload JSON complet
{
"query": "mutation ExecuteMarkAllNotificationsRead {\n markAllNotificationsRead\n}",
"variables": {}
}Exemple cURL à tester
curl -X POST https://api.revclic.com/ \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <token>" \
-d '{
"query": "mutation ExecuteMarkAllNotificationsRead {\n markAllNotificationsRead\n}",
"variables": {}
}'