INPUT_OBJECT
CreateOrUpdateStepChecklistNoStepBackrefInput
link GraphQL Schema definition
- input CreateOrUpdateStepChecklistNoStepBackrefInput {
- # Unique identifier of entity.
- ID :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Relation to single abstract entity instance.
- #
- # E.g. Relation to Lead/Oppty
- #
- 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 :
- # Revision when entity was lastly changed.
- Int :
- # Relation field where both sides cardinality is one.
- #
- # The foreign field of the pair is immutable and read-only. (Recurrence sticks to
- # same oppty forever.),
- #
- # also OpptyRecurrence.oppty column is unique.
- #
- # E.g. Oppty.recurrence <-> foreign(OpptyRecurrence.oppty)
- #
- UpdateStepChecklistActivityTemplateNoIdBackrefInput :
- }