UpdateNotificationInput
Input for the updateNotification mutation
input UpdateNotificationInput {
id: UUID!
isRead: Boolean!
}
Fields
UpdateNotificationInput.id
● UUID!
non-null scalar
id of the notification to update
UpdateNotificationInput.isRead
● Boolean!
non-null scalar
mark the notification as read/unread
Member Of
updateNotification
mutation