INPUT_OBJECT

MarkAllViewerNotificationsAsReadInput

Input for readAllViewerNotifications mutation.

link GraphQL Schema definition

1input MarkAllViewerNotificationsAsReadInput {
4
2# The ID of the user performing the reading.
3userID: ID!
5}