Skip to content

OfferRequestCreatePayload

The OfferRequestCreatePayload object is the GraphQL data type of the response to the offerRequestCreate mutation.

type OfferRequestCreatePayload {
offerRequest: OfferRequest!
}
FieldTypeDescription
offerRequestOfferRequest!Returns the current state of an offer request, includes a unique ID for offer requests that can be used in subsequent queries and mutations.