OrderingWarrantyCoverage
A contiguous time range during which a specific set of coverage types applies to an asset. Adjacent warranty records (e.g., a manufacturer warranty followed by a registered extension) are merged or split so each entry reflects a constant covered set.
type OrderingWarrantyCoverage {
startDate: String!
endDate: String!
description: String
}
startDate
string - The start of this coverage window, in ISO 8601 format.
endDate
string - The end of this coverage window, in ISO 8601 format.
description
string | null - A human-readable description of what this coverage window covers. Null when no description is available.