INPUT_OBJECT

CreateOrUpdateAppointmentContactInviteesRelationInput

link GraphQL Schema definition

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

link Require by