Skip to main content

MarkNotificationsAsUnreadInput

Autogenerated input type of MarkNotificationsAsUnread

input MarkNotificationsAsUnreadInput {
clientMutationId: String
notificationIds: [ID!]!
}

Fields

MarkNotificationsAsUnreadInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

MarkNotificationsAsUnreadInput.notificationIds ● [ID!]! non-null scalar

The IDs of the notifications to mark as unread.

Member Of

markNotificationsAsUnread mutation