Skip to main content

ProjectTimelineType

No description

type ProjectTimelineType {
action: String
analystPortalUser: PortalUser
changeTime: ISO8601DateTime
changedBy: String
observation: String
reportFileName: String
reportTitle: String
status: String
type: String!
}

Fields

ProjectTimelineType.action ● String scalar

The action taken on the allocated analyst

ProjectTimelineType.analystPortalUser ● PortalUser object

The portal user allocated as an analyst

ProjectTimelineType.changeTime ● ISO8601DateTime scalar

Time when the event happened

ProjectTimelineType.changedBy ● String scalar

Email of the user who changed the project

ProjectTimelineType.observation ● String scalar

Comment of the project history

ProjectTimelineType.reportFileName ● String scalar

File name of the report

ProjectTimelineType.reportTitle ● String scalar

Title of the report

ProjectTimelineType.status ● String scalar

Status of the project

ProjectTimelineType.type ● String! non-null scalar

Type of the event (project_history, report or allocated_analyst)

Member Of

Project object