SessionAttendance
Represents the time an attendee checked in and out of a session.
type SessionAttendance {
attendee: Contact!
checkInDate: DateTime
checkOutDate: DateTime
}
Fields
SessionAttendance.attendee
● Contact!
non-null object
The attendee of the session.
SessionAttendance.checkInDate
● DateTime
scalar
The date and time the attendee checked into the session. Optional.
SessionAttendance.checkOutDate
● DateTime
scalar
The date and time the attendee checked out of the session. Optional.
Member Of
Session
object