MutationReadNotificationInput
Input for marking one or more notifications as read.
input MutationReadNotificationInput {
notificationIds: [ID!]!
}
Fields
MutationReadNotificationInput.notificationIds ● [ID!]! non-null scalar
One or more notification IDs to mark as read.
Member Of
readNotification mutation