Skip to content

sentNotificationRecord

Fetch a single notification record by ID.

Arguments

id · ID! · required · The ID of the sent notification record to return.

Returns

SentNotificationRecord

Example

query sentNotificationRecord($id: ID!) {
sentNotificationRecord(id: $id) {
category
created_at
delivery_status
id
notification_description
notification_type
representation_type
user_id
}
}