OBJECT
PlaceOrderPayload
Data that was mutated after claiming an offer
link GraphQL Schema definition
1 type PlaceOrderPayload { 2 3 # Updated order information for an offer that is claimed 4 OfferOrderInformation!] : [ 5 6 # The possible error returned from the service 7 PlaceOrderError : 8 9 }