| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
mutation($id: ID!) { deleteNotification(id: $id) { id # Add other fields you need }}{ "id": "1"}mutation { readAllNotifications { id # Add other fields you need }}| Argument | Type | Description |
|---|---|---|
idrequired | ID! | Unique identifier |
mutation($id: ID!) { readNotification(id: $id) { id # Add other fields you need }}{ "id": "1"}