INPUT_OBJECT

UpdateBitsBadgeTierNotificationInput

UpdateBitsBadgeTierNotificationInput is the input required when updating a bits badge tier notification.

link GraphQL Schema definition

1input UpdateBitsBadgeTierNotificationInput {
5
2# Optional message to send when sharing notification. If supplied, will accompany
3# user notice.
4message: String
8
6# Unique Identifier for the notification.
7notificationID: ID!
11
9# New state for notification.
10notificationState: BitsBadgeTierNotificationState!
12}