Skip to main content

Dock

Dock objects represent unique doors that have one or more Kargo towers installed. They are generated during configuration with a new door at a given Facility.

type Dock {
facilityId: Int!
businessId: Int!
slug: String!
displayName: String!
currentShipment: Shipment
}

Fields

Dock.facilityId ● Int! non-null scalar

Kargo-ID of Facility object that this door belongs to.

Dock.businessId ● Int! non-null scalar

Kargo-ID of Business object that this door belongs to.

Dock.slug ● String! non-null scalar

Human-interpretable shortname for this door (ex. 'ND15'). This is generated on configuration with a new door at a given Facility.

Dock.displayName ● String! non-null scalar

Human-interpretable name for this door (ex. 'North Dock 15'). This is generated on configuration with a new door at a given Facility.

Dock.currentShipment ● Shipment object

Shipment object currently at this Dock.

Member Of

Facility object ● Shipment object