OfferRequestUpdatePayload
The OfferRequestUpdatePayload object is the GraphQL data type of the response to the offerRequestUpdate mutation.
Definition
Section titled “Definition”type OfferRequestUpdatePayload { offerRequest: OfferRequest!}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
offerRequest | OfferRequest! | Returns the current state of an offer request. |