OBJECT
ReadNotificationsPayload
link GraphQL Schema definition
1 type ReadNotificationsPayload { 2 3 # The amount of notifications that were set to read. 4 : Int! 5 6 # The notifications that were set to read. Only ID and isRead are accessible. 7 : [OnsiteNotification]! 8 9 }