Skip to content

OfferRequestRefreshInput

The OfferRequestRefreshInput object is the GraphQL data type of the input to the offerRequestRefresh mutation.

input OfferRequestRefreshInput {
opendoorOfferRequestId: String!
}
FieldTypeDescription
opendoorOfferRequestIdString!Unique ID for offer requests. This is the same ID returned by offerRequestCreate.