INPUT_OBJECT
CreateOrUpdateTaskInput
link GraphQL Schema definition
- input CreateOrUpdateTaskInput {
- : String
- # Unique identifier of entity.
- : ID
- : UUID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : Int
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Multi-line text input field.
- : String
- # Task Due Date information.
- : Date
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- : Float
- # Relation to single entity instance.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : PriorityEnum
- # Field whose values are strictly defined with an enumeration of values.
- : ShareModeEnum
- # Date information.
- : Date
- # Field whose values are strictly defined with an enumeration of values.
- : TaskStatusEnum
- # 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 SalesUnits.
- : [CreateTaskSharingSalesUnitRelationNoTaskBackrefInput!]
- # Relations to Clients.
- : [CreateTaskSharingClientRelationNoTaskBackrefInput!]
- # 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!]
- : String
- : String
- : String
- : UpdateTaskReminderNoTaskBackrefInput
- : UpdateTaskRecurrenceNoTaskBackrefInput
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # Relations to ActivityComments.
- : [CreateActivityCommentNoActivityBackrefInput!]
- # Relations to Tags.
- : [CreateTagRelationNoTaskBackrefInput!]
- : String
- }