Skip to main content

FunctionAttendance

Represents the time an attendee checked in and out of a function.

type FunctionAttendance {
attendee: Contact!
checkInDate: DateTime
checkOutDate: DateTime
}

Fields

FunctionAttendance.attendee ● Contact! non-null object

The attendee of the function.

FunctionAttendance.checkInDate ● DateTime scalar

The date and time the attendee checked into the function. Optional.

FunctionAttendance.checkOutDate ● DateTime scalar

The date and time the attendee checked out of the function. Optional.

Member Of

Function object