INPUT_OBJECT
UpdatePrimeOfferStatusInput
The offer id you wish to update as well as the status for the update.
link GraphQL Schema definition
1 input UpdatePrimeOfferStatusInput { 4 2 # The list of offers and statuses to update. 3 : [OfferAndStatus!]! 7 5 # The user to update the offer statuses for. 6 : ID! 8 }