notificationAcknowledge
mutation
Marks a notification as acknowledged.
mutation {
notificationAcknowledge(notificationId: Int!): Notification!
}Returns: Notification!
Arguments
| Name | Type | Description |
|---|---|---|
notificationId | Int! |
Marks a notification as acknowledged.
mutation {
notificationAcknowledge(notificationId: Int!): Notification!
}Returns: Notification!
| Name | Type | Description |
|---|---|---|
notificationId | Int! |