INPUT_OBJECT

UpdateActivityRelationInput

link GraphQL Schema definition

  • input UpdateActivityRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • projectObjective: CreateProjectObjectiveInput
  • # Relation to single entity instance.
  • accountId: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • activityId: ID
  • # Relation to single entity instance.
  • contactId: ID
  • # Relation to single entity instance.
  • customEntityId: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • leadOpptyId: ID
  • # Relation to single entity instance.
  • projectId: ID
  • # Relation to single entity instance.
  • projectObjectiveId: ID
  • # Relation to single entity instance.
  • quoteId: ID
  • # Generic field wrapping sqlalchemy column, configurable by constructor.
  • #
  • # Good for one-of fields / generated fields.
  • #
  • sortOrder: Int
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by