MarkInAppNotificationsAsReadInput
Input to mark an in-app notification as read
input MarkInAppNotificationsAsReadInput {
id: ID!
}
Fields
MarkInAppNotificationsAsReadInput.id
● ID!
non-null scalar
The id of the message to mark as read
Member of
markInAppNotificationAsRead
mutation