INPUT_OBJECT

CreateAppointmentContactInviteesRelationNoAppointmentBackrefInput

link GraphQL Schema definition

  • input CreateAppointmentContactInviteesRelationNoAppointmentBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # 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
  • }