INPUT_OBJECT

UpdatePrimeOfferStatusInput

The offer id you wish to update as well as the status for the update.

link GraphQL Schema definition

1input UpdatePrimeOfferStatusInput {
4
2# The list of offers and statuses to update.
3statusChanges: [OfferAndStatus!]!
7
5# The user to update the offer statuses for.
6userID: ID!
8}