INPUT_OBJECT

ReadNotificationsInput

link GraphQL Schema definition

1input ReadNotificationsInput {
5
2# IDs of the notifications to set as read. The minimum number is 1 and the maximum
3# is 100.
4ids: [ID!]!
6}