OBJECT

UpdatePrimeOfferStatusPayload

The returned value for an update prime offer status query.

link GraphQL Schema definition

1type UpdatePrimeOfferStatusPayload {
2
3# The possible error returned from the service.
4error: UpdatePrimeOfferStatusError
5
6# The connection for the status of the offer for the user.
7self: [PrimeOfferSelfConnection!]!
8
9}