INPUT_OBJECT
UpdateProjectKPIInput
link GraphQL Schema definition
- input UpdateProjectKPIInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # 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: ProjectCompleted.
- : ProjectKpiEnum
- # Id of the project owner at the time of the event.
- : ID
- # Id of the project.
- : ID
- # Id of the sales unit.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }