INPUT_OBJECT
CreateActivityCommentInput
link GraphQL Schema definition
- input CreateActivityCommentInput {
- String :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Relation to single abstract entity instance.
- #
- # E.g. Relation to Lead/Oppty
- #
- ID! :
- # Multi-line text input field.
- String! :
- # Relation to single entity instance.
- ID! :
- # Revision when entity was lastly changed.
- Int :
- }