sentNotificationRecord
Fetch a single notification record by ID.
Arguments
Returns
SentNotificationRecord   Example
query sentNotificationRecord($id: ID!) {  sentNotificationRecord(id: $id) {    category    created_at    delivery_status    id    notification_description    notification_type    representation_type    user_id  }}