INPUT_OBJECT
CreateOrUpdateAppointmentContactInviteesRelationInput
link GraphQL Schema definition
- input CreateOrUpdateAppointmentContactInviteesRelationInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the appointment.
- : ID
- # Id of the matched contact.
- : ID
- # Email address of the invitee. Required and used as the natural key for the link.
- : String
- # Given name of the invitee, when supplied.
- : String
- # How the invitee was added (e.g. as a contact, free-form email, schedule
- # booking).
- : AppointmentInviteeTypeEnum
- # Family name of the invitee, when supplied.
- : String
- # Invitee response (e.g. Accepted, Tentative, Declined, Pending).
- : InviteeResponseEnum
- # Revision when entity was lastly changed.
- : Int
- }