TimeSlot
Represents a time slot for shipment delivery.
type TimeSlot {
from: String
to: String
}
Fields
TimeSlot.from ● String scalar
The date from which the shipment can be delivered. Format: Datetime ISO 8601 Example: 2023-07-01T15:50:00+0000
TimeSlot.to ● String scalar
The date until which the shipment can be delivered. Format: Datetime ISO 8601 Example: 2023-07-01T15:50:00+0000