FunctionGuest
A function guest of the function registration.
type FunctionGuest {
contact: FunctionGuestContact!
createdAt: DateTime!
createdBy: String
id: ID!
isBookingContactOnly: Boolean!
lastModifiedAt: DateTime!
lastModifiedBy: String
order: NonNegativeInt!
ticketCollectedDate: DateTime
toBeConfirmed: Boolean!
}
Fields
FunctionGuest.contact
● FunctionGuestContact!
non-null union
Details of the function guest. Either a Contact
or a FunctionGuestDetails
.
FunctionGuest.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
FunctionGuest.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
FunctionGuest.id
● ID!
non-null scalar
The unique identifier of the function guest.
FunctionGuest.isBookingContactOnly
● Boolean!
non-null scalar
Indicating if the function guest is a booking contact only and not attending the function.
FunctionGuest.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
FunctionGuest.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
FunctionGuest.order
● NonNegativeInt!
non-null scalar
The order of the function guest.
FunctionGuest.ticketCollectedDate
● DateTime
scalar
The date and time when the function guest's ticket was collected. Optional.
FunctionGuest.toBeConfirmed
● Boolean!
non-null scalar
Indicating if the function guest is to be confirmed.
Member Of
FunctionRegistration
object