OBJECT

PlaceOrderPayload

Data that was mutated after claiming an offer

link GraphQL Schema definition

1type PlaceOrderPayload {
2
3# Updated order information for an offer that is claimed
4orderInformation: [OfferOrderInformation!]
5
6# The possible error returned from the service
7error: PlaceOrderError
8
9}

link Required by