INPUT_OBJECT

BulkArchiveAccountInput

link GraphQL Schema definition

  • input BulkArchiveAccountInput {
  • bulkFilter: BulkOperationInput!
  • entity: CreateOrUpdateAccountInput!
  • completeAllRelatedProjects: Boolean
  • archiveAllRelatedLeads: Boolean
  • archiveAllRelatedOpportunities: Boolean
  • archiveAllRelatedQuotes: Boolean
  • archiveAllRelatedContacts: Boolean
  • completeAllRelatedTasks: Boolean
  • completeAllRelatedContactsTasks: Boolean
  • completeAllRelatedLeadsTasks: Boolean
  • completeAllRelatedOpportunitiesTasks: Boolean
  • completeAllRelatedQuotesTasks: Boolean
  • rollbackMethod: RollbackMethod
  • # 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).
  • clientMutationId: String
  • }

link Require by