Skip to main content

CoordinationType

Represents information about a coordination type.

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

Fields

CoordinationType.id ● ID! non-null scalar

Coordination type's unique identifier.

CoordinationType.name ● String scalar

The coordination type's name.

CoordinationType.createdAt ● DateTimeTz! non-null scalar

The date and time when the coordination type was created.

CoordinationType.updatedAt ● DateTimeTz! non-null scalar

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

CoordinationType.deletedAt ● DateTimeTz scalar

The date and time when the coordination type was deleted.

Returned By

coordinationType query ● createCoordinationType mutation ● deleteCoordinationType mutation ● restoreCoordinationType mutation ● updateCoordinationType mutation

Member Of

Coordination object ● CoordinationTypeEdge object