INPUT_OBJECT
CreateClientFavoriteInput
link GraphQL Schema definition
- input CreateClientFavoriteInput {
- # Optional client-supplied identifier passed on a mutation input and echoed back
- # unchanged on its payload, so a client can correlate the response with its
- # request (Relay convention).
- : String
- # 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 email.
- : 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
- }