INPUT_OBJECT

UpdateAccountKPIInput

link GraphQL Schema definition

  • input UpdateAccountKPIInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID!
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the account.
  • accountId: ID
  • # Application context in which the KPI event was triggered (e.g. browser,
  • # automation, third-party integration).
  • applicationId: ID
  • # Id of the user who triggered the event.
  • clientId: ID
  • # KPI metric this event represents: CreateAccount, FirstEmailSent, LastEmailSent,
  • # Archive.
  • kpi: AccountKpiEnum
  • # Id of the account owner at the time of the event.
  • ownerId: ID
  • # Id of the sales unit.
  • unitId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by