Confirmation
A type holding the confirmation information for a check.
type Confirmation {
user: User!
message: String
until: DateTime
timestamp: DateTime
}
Fields
Confirmation.user ● User! non-null object
The user who confirmed the check.
Confirmation.message ● String scalar
The confirmation message.
Confirmation.until ● DateTime scalar
Until when the confirmation lasts.
Confirmation.timestamp ● DateTime scalar
When the check was confirmed.
Member Of
Check interface ● CheckHistoric object ● DailyCheckDetail object ● RtmCheck object