Mutations
updateInternalNotifications
Marks one or more internal notifications as read, unread, or archived.
Pass the notification IDs to update along with the desired readAt and/or archivedAt timestamps.
Set readAt to null to mark a notification as unread; set archivedAt to a timestamp to archive it.
Returns the updated notifications. Requires the user:read permission.
MUTATION
updateInternalNotifications(input: UpdateInternalNotificationsInput!): UpdateInternalNotificationsOutput!Arguments
input
required
internalNotifications
error
Mutation
Variables
Response
Mutation
Variables
Response

