Skip to main content

CheckUnconfirmTimelineItem

No description

type CheckUnconfirmTimelineItem implements CheckTimelineItem {
id: ID!
timestamp: DateTime!
category: TimelineItemCategory!
message: String
}

Fields

CheckUnconfirmTimelineItem.id ● ID! non-null scalar

The ID for this event.

CheckUnconfirmTimelineItem.timestamp ● DateTime! non-null scalar

The timestamp for this event.

CheckUnconfirmTimelineItem.category ● TimelineItemCategory! non-null enum

The associated category.

CheckUnconfirmTimelineItem.message ● String scalar

Interfaces

CheckTimelineItem interface