DeliveryTime
Delivery time information with min/max days, weeks, and years.
Type Definition
type DeliveryTime {
minDays: Int!
minWeeks: Float!
minYears: Float!
maxDays: Int!
maxWeeks: Float!
maxYears: Float!
}Fields
Relationships
DeliveryTime is used by ProductVariant to provide structured delivery time information. It contains scalar fields representing time measurements in multiple units (days, weeks, and years) for both minimum and maximum delivery periods.
Example
{
minDays
minWeeks
minYears
maxDays
maxWeeks
maxYears
}Implements
This type does not implement any interfaces.
Related Types
- Int
- Float