Skip to main content

offer

Get the details about an offer for a given policy ID including downloadable documents.

offer(
contractID: PolicyID!
): OfferResult!

Arguments​

offer.contractID ● PolicyID! non-null scalar​

Every binding offer is created with a unique policy ID that is returned when the offer is created. This ID is used to identify the offer and the policy in the system (and is the same as the policy ID of the issued policy)

Type​

OfferResult union​

Possible responses when querying an offer. The response will be either the offer details or an error explaining why the offer couldn't be retrieved.