Skip to main content

CheckConfirmTimelineItem

No description

type CheckConfirmTimelineItem implements CheckTimelineItem {
id: ID!
timestamp: DateTime!
category: TimelineItemCategory!
user: User!
message: String
automatically: Boolean!
until: DateTime
}

Fields

CheckConfirmTimelineItem.id ● ID! non-null scalar

The ID for this event.

CheckConfirmTimelineItem.timestamp ● DateTime! non-null scalar

The timestamp for this event.

CheckConfirmTimelineItem.category ● TimelineItemCategory! non-null enum

The associated category.

CheckConfirmTimelineItem.user ● User! non-null object

The user who confirmed the check.

CheckConfirmTimelineItem.message ● String scalar

The confirmation message.

CheckConfirmTimelineItem.automatically ● Boolean! non-null scalar

by notifier?

CheckConfirmTimelineItem.until ● DateTime scalar

Until when (can be empty).

Interfaces

CheckTimelineItem interface