OfferRequestUpdateInput
The OfferRequestUpdateInput object is the GraphQL data type of the input to the offerRequestUpdate mutation. It provides Opendoor with the details of the home and seller.
Definition
Section titled “Definition”input OfferRequestUpdateInput { opendoorOfferRequestId: String! offerInput: OfferInput!}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
opendoorOfferRequestId | String! | Unique ID for offer requests. Can be used to uniquely identify offers, and is used in the offerRequest query and offerRequestUpdate mutation. |
offerInput | OfferInput! | Home and seller details. |