Skip to content

OfferRequestUpdatePayload

The OfferRequestUpdatePayload object is the GraphQL data type of the response to the offerRequestUpdate mutation.

type OfferRequestUpdatePayload {
offerRequest: OfferRequest!
}
FieldTypeDescription
offerRequestOfferRequest!Returns the current state of an offer request.