OfferRequestCreatePayload
The OfferRequestCreatePayload object is the GraphQL data type of the response to the offerRequestCreate mutation.
Definition
Section titled “Definition”type OfferRequestCreatePayload { offerRequest: OfferRequest!}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
offerRequest | OfferRequest! | Returns the current state of an offer request, includes a unique ID for offer requests that can be used in subsequent queries and mutations. |