INPUT_OBJECT

CreateOrUpdateActivityRelationInput

link GraphQL Schema definition

  • input CreateOrUpdateActivityRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Project objective the activity advances, or empty.
  • projectObjective: CreateProjectObjectiveInput
  • # Id of the linked account.
  • accountId: ID
  • # Id of the appointment or task on this link.
  • activityId: ID
  • # Id of the linked contact.
  • contactId: ID
  • # Id of the linked custom entity record.
  • customEntityId: ID
  • # Id of the lead or opportunity the activity is linked to, or empty when not
  • # linked.
  • leadOpptyId: ID
  • # Id of the linked project.
  • projectId: ID
  • # Id of the project objective.
  • projectObjectiveId: ID
  • # Id of the linked quote.
  • quoteId: ID
  • # Display order of the activity within its project objective. Required only when
  • # project_id is set.
  • sortOrder: Int
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by