Skip to main content

DismissNotificationsInput

Autogenerated input type of DismissNotifications

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

Fields

DismissNotificationsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

DismissNotificationsInput.groupKeys ● [String!] list scalar common

The group keys whose notifications should be dismissed.

DismissNotificationsInput.notificationIds ● [ID!] list scalar common

The IDs of the notifications to dismiss.

Member Of

dismissNotifications mutation