Skip to main content

CoordinationStage

Represents information about a coordination stage.

type CoordinationStage {
id: ID!
name: String
createdAt: DateTimeTz!
updatedAt: DateTimeTz!
deletedAt: DateTimeTz
}

Fields

CoordinationStage.id ● ID! non-null scalar

Coordination stage's unique identifier.

CoordinationStage.name ● String scalar

The coordination stage's name.

CoordinationStage.createdAt ● DateTimeTz! non-null scalar

The date and time when the coordination stage was created.

CoordinationStage.updatedAt ● DateTimeTz! non-null scalar

The date and time when the coordination stage was last updated.

CoordinationStage.deletedAt ● DateTimeTz scalar

The date and time when the coordination stage was deleted.

Returned By

coordinationStage query ● createCoordinationStage mutation ● deleteCoordinationStage mutation ● restoreCoordinationStage mutation ● updateCoordinationStage mutation

Member Of

Coordination object ● CoordinationStageEdge object