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
  • # Relation to single entity instance.
  • appointmentId: ID
  • # Relation to single entity instance.
  • contactId: ID
  • # Email address.
  • email: String
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • firstName: String
  • # Field whose values are strictly defined with an enumeration of values.
  • inviteeType: AppointmentInviteeTypeEnum
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • lastName: String
  • # Field whose values are strictly defined with an enumeration of values.
  • response: InviteeResponseEnum
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by