INPUT_OBJECT
CreateOrUpdateAppointmentScheduleInput
link GraphQL Schema definition
- input CreateOrUpdateAppointmentScheduleInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # String value.
- : String
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : Float
- # String value.
- : String
- # Field whose values are strictly defined with an enumeration of values.
- : AppointmentScheduleLocationTypeEnum
- # Relation to single entity instance.
- : ID
- # String value.
- : String
- # Boolean value.
- : Boolean
- # Relation to single entity instance.
- : ID
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Whole natural number.
- : Int
- # Whole natural number.
- : Int
- # Field whose values are strictly defined with an enumeration of values.
- : AppointmentScheduleConfirmationPageTypeEnum
- # URL - HTTP address.
- : String
- # Boolean value.
- : Boolean
- # Whole natural number.
- : Int
- # Name of the entity and its default text representation.
- : String
- # Relation to single entity instance.
- : ID
- # Whole natural number.
- : Int
- # Date information.
- : Date
- # Date information.
- : Date
- # Field whose values are strictly defined with an enumeration of values.
- : AppointmentSchedulePlanningTypeEnum
- # Boolean value.
- : Boolean
- # Whole natural number.
- : Int
- # Field whose values are strictly defined with an enumeration of values.
- : AppointmentScheduleReminderOffsetTypeEnum
- # Relation to single entity instance.
- : ID
- # String value.
- : String
- # Whole natural number.
- : Int
- # Field whose values are strictly defined with an enumeration of values.
- : AppointmentScheduleTypeEnum
- # String value.
- : String
- : [AppointmentScheduleAdditionalFieldParams!]
- : AppointmentScheduleAvailabilityParams
- : [AppointmentScheduleInviteeParams!]
- }