Skip to main content

offerStatus

Get the current status of an offer, including whether it has been converted into a policy or if it has any open reworks that need attention.

This query provides a lightweight way to check the lifecycle state of an offer without fetching all offer details.

offerStatus(
contractID: PolicyID!
): OfferStatusResult!

Arguments

offerStatus.contractID ● PolicyID! non-null scalar

The contract ID (policy ID) of the offer to check.

Type

OfferStatusResult union

Possible responses when querying the status of an offer.