updateNotificationRecords
Update multiple notification records at once
Arguments
input
· bulkUpdateNotificationRecordsInput
· Parameters for bulkUpdateNotificationRecords Returns
bulkUpdateNotificationRecordsPayload
Example
mutation updateNotificationRecords($input: bulkUpdateNotificationRecordsInput) { updateNotificationRecords(input: $input) { messages success_string }}