INPUT_OBJECT
UpdateClientFavoriteInput
link GraphQL Schema definition
- input UpdateClientFavoriteInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the favorite account.
- : ID
- # Id of the favorite appointment or task, or empty when not pointing to an
- # activity.
- : ID
- # Id of the favorite contact.
- : ID
- # Id of the favorite custom entity record.
- : ID
- # Id of the favorite lead or opportunity, or empty when not pointing to one.
- : ID
- # Id of the owning user.
- : ID
- # Id of the favorite screen profile.
- : ID
- # Id of the favorite project.
- : ID
- # Id of the favorite quote.
- : ID
- # Id of the favorite report.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }