AgendaItemAttendance
Represents the time an attendee checked in and out of an agenda item.
type AgendaItemAttendance {
agendaItem: AttendanceAgendaItem!
checkInDate: DateTime
checkOutDate: DateTime
contact: Contact!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
}
Fields
AgendaItemAttendance.agendaItem
● AttendanceAgendaItem!
non-null interface
The agenda item of the agenda item attendance.
AgendaItemAttendance.checkInDate
● DateTime
scalar
The date and time the attendee checked into the agenda item. Optional.
AgendaItemAttendance.checkOutDate
● DateTime
scalar
The date and time the attendee checked out of the agenda item. Optional.
AgendaItemAttendance.contact
● Contact!
non-null object
The attendee of the agenda item.
AgendaItemAttendance.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
AgendaItemAttendance.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
AgendaItemAttendance.id
● ID!
non-null scalar
The unique identifier for a fee type.
AgendaItemAttendance.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
AgendaItemAttendance.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
Member Of
Contact
object ● CreateAgendaItemAttendancePayload
object ● Event
object