Skip to main content

CoordinationType

Represents information about a coordination type.

type CoordinationType {
id: ID!
name: String
group: TypeGroup
groupId: ID
sortOrder: Int
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.group ● TypeGroup object

The group this type belongs to.

CoordinationType.groupId ● ID scalar

The identifier of the group this type belongs to.

CoordinationType.sortOrder ● Int scalar

The order/placement of the type within its group.

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