Skip to main content

MarkNotificationsAsReadInput

Autogenerated input type of MarkNotificationsAsRead

input MarkNotificationsAsReadInput {
clientMutationId: String
groupKeys: [String!]
markAll: Boolean
notificationIds: [ID!]
}

Fields

MarkNotificationsAsReadInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

MarkNotificationsAsReadInput.groupKeys ● [String!] list scalar

Group keys whose notifications should be marked as read.

MarkNotificationsAsReadInput.markAll ● Boolean scalar

If true, marks all unread notifications for the current user as read.

MarkNotificationsAsReadInput.notificationIds ● [ID!] list scalar

The IDs of the notifications to mark as read. Ignored if markAll is true.

Member Of

markNotificationsAsRead mutation