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).
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the account.
- : ID!
- # Application context in which the KPI event was triggered (e.g. browser,
- # automation, third-party integration).
- : ID
- # Id of the user who triggered the event.
- : ID
- # KPI metric this event represents: CreateAccount, FirstEmailSent, LastEmailSent,
- # Archive.
- : AccountKpiEnum!
- # Id of the account owner at the time of the event.
- : ID!
- # Id of the sales unit.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }