INPUT_OBJECT

UpdateCloudObjectRelationInput

link GraphQL Schema definition

  • input UpdateCloudObjectRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • cloudObject: CreateCloudObjectInput
  • reportSchedule: CreateReportScheduleInput
  • # 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.
  • approvalProcessId: ID
  • # Relation to single entity instance.
  • cloudObjectFolderId: ID
  • # Relation to single entity instance.
  • cloudObjectId: ID
  • # Relation to single entity instance.
  • contactId: ID
  • # Relation to single entity instance.
  • customEntityId: ID
  • # Relation to single entity instance.
  • emailSequenceId: ID
  • # Relation to single entity instance.
  • emailTemplateId: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • leadOpptyId: ID
  • # Relation to single abstract entity instance.
  • #
  • # E.g. Relation to Lead/Oppty
  • #
  • messageId: ID
  • # Relation to single entity instance.
  • processId: ID
  • # Relation to single entity instance.
  • processTemplateId: ID
  • # Relation to single entity instance.
  • projectId: ID
  • # Relation to single entity instance.
  • quoteId: ID
  • # Relation to single entity instance.
  • reportScheduleId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by