INPUT_OBJECT

CreateAccountKPIInput

link GraphQL Schema definition

  • input CreateAccountKPIInput {
  • # 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
  • # 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