Skip to main content

DismissNotificationsInput

Autogenerated input type of DismissNotifications

input DismissNotificationsInput {
clientMutationId: String
groupKeys: [String!]
notificationIds: [ID!]
}

Fields

DismissNotificationsInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

DismissNotificationsInput.groupKeys ● [String!] list scalar

The group keys whose notifications should be dismissed.

DismissNotificationsInput.notificationIds ● [ID!] list scalar

The IDs of the notifications to dismiss.

Member Of

dismissNotifications mutation