ProjectTimelineType
No description
type ProjectTimelineType {
action: String
analystPortalUser: PortalUserBasicInfoType
changeTime: ISO8601DateTime
changedBy: String
observation: String
reportFileName: String
reportTitle: String
status: String
title: String
type: String!
}
Fields
ProjectTimelineType.action ● String scalar
The action taken on the allocated analyst
ProjectTimelineType.analystPortalUser ● PortalUserBasicInfoType 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.title ● String scalar
The name of associated element
ProjectTimelineType.type ● String! non-null scalar
Type of the event (project_history, report or allocated_analyst)
Member Of
Project object ● ProjectTimelineTypeCollection object