ProjectPhase Object

Fields

The fields in this section list which values can be retrieved when querying ProjectPhase records.

completedAt (ISO8601Timestamp)

The date and time at which the project phase was set to the status "Completed".

createdAt (ISO8601Timestamp)

The date and time at which the project phase was created.

id (ID!)

Unique identifier of the object.

name (String)

The name of the project phase.

position (Int)

The position that the project phase takes when it is presented in the project's Gantt chart.

startedAt (ISO8601Timestamp)

Indicates the date and time at which the first project task of the phase was set to a status other than registered or canceled.

status (ProjectPhaseStatus)

The current status of the project phase.

updatedAt (ISO8601Timestamp)

The date and time of the last update of the project phase. If the phase has no updates it contains the createdAt value.

Implements

ProjectPhase implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a ProjectPhase.