OBJECT

MarkAllCreatorNotificationsAsReadPayload

The result of a readAllCreatorNotifications mutation.

link GraphQL Schema definition

1type MarkAllCreatorNotificationsAsReadPayload {
2
3# Whether the mutation succeeded.
4hasSucceeded: Boolean
5
6}