INPUT_OBJECT

MarkAllCreatorNotificationsAsReadInput

Input for readAllCreatorNotifications mutation.

link GraphQL Schema definition

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