INPUT_OBJECT

CreateClientFavoriteNoOwnerBackrefInput

link GraphQL Schema definition

  • input CreateClientFavoriteNoOwnerBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the favorite account.
  • accountId: ID
  • # Id of the favorite appointment or task, or empty when not pointing to an
  • # activity.
  • activityId: ID
  • # Id of the favorite contact.
  • contactId: ID
  • # Id of the favorite custom entity record.
  • customEntityId: ID
  • # Id of the favorite lead or opportunity, or empty when not pointing to one.
  • leadOpptyId: ID
  • # Id of the favorite screen profile.
  • profileId: ID
  • # Id of the favorite project.
  • projectId: ID
  • # Id of the favorite quote.
  • quoteId: ID
  • # Id of the favorite report.
  • reportId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }