INPUT_OBJECT
CreateOrUpdateAppointmentInput
link GraphQL Schema definition
- input CreateOrUpdateAppointmentInput {
- : String
- # Unique identifier of entity.
- : ID
- : UUID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Multi-line text input field.
- : String
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : Float
- # Datetime information.
- : DateTime
- # Boolean value.
- : Boolean
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : Boolean
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : Boolean
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Field containing json.
- : AppointmentMeetingInput
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : DateTime
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Relation to single entity instance.
- : ID
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : String
- # Datetime information.
- : DateTime
- # Name of the entity and its default text representation.
- : String
- # Relation to single entity instance.
- : ID
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Relations to Accounts.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Relations to Contacts.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Relations to Leads.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Relations to Opportunitys.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Relations to Projects.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Relations to Quotes.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Relations to CustomEntitys.
- : [CreateActivityRelationNoActivityBackrefInput!]
- # Relations to AppointmentContactInviteesRelations.
- : [CreateAppointmentContactInviteesRelationNoAppointmentBackrefInput!]
- # Relations to Clients.
- : [CreateAppointmentClientInviteesRelationNoAppointmentBackrefInput!]
- : String
- : String
- : String
- : UpdateAppointmentReminderNoAppointmentBackrefInput
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # Relations to ActivityComments.
- : [CreateActivityCommentNoActivityBackrefInput!]
- # Relations to Tags.
- : [CreateTagRelationNoAppointmentBackrefInput!]
- }