OBJECT
PlaceOrdersPayload
Data that was mutated after claiming a set of offers
link GraphQL Schema definition
1 type PlaceOrdersPayload { 2 3 # Updated order information on offers 4 : [OfferOrderInformation] 5 6 # The possible error returned from the service 7 : PlaceOrdersError 8 9 }