INPUT_OBJECT
CreateClientFavoriteNoOwnerBackrefInput
link GraphQL Schema definition
- input CreateClientFavoriteNoOwnerBackrefInput {
- # 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 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
- }