INPUT_OBJECT
CreateOrUpdateStepChecklistNoStepBackrefInput
link GraphQL Schema definition
- input CreateOrUpdateStepChecklistNoStepBackrefInput {
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- : CreateCloudObjectTemplateInput
- # Relation to single abstract entity instance.
- #
- # E.g. Relation to Lead/Oppty
- #
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : StepChecklistDocumentFormatEnum
- # Relation to single entity instance.
- : ID
- # Multi-line text input field.
- : String
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : StepChecklistTypeEnum
- # Field whose values are strictly defined with an enumeration of values.
- : StepChecklistValidationEnum
- # Multi-line text input field.
- : String
- # Boolean value.
- : Boolean
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- : StepChecklistVisibilityFilterJSONString
- # Field whose values are strictly defined with an enumeration of values.
- : StepChecklistVisibilityEnum
- # Revision when entity was lastly changed.
- : Int
- # Relations to SalesRoles.
- : [CreateStepChecklistSalesRoleRelationNoStepChecklistBackrefInput!]
- }