OBJECT

MarkPrimeOffersAsSeenError

Error code for an error that occurs while marking the offers as seen.

link GraphQL Schema definition

1type MarkPrimeOffersAsSeenError {
2
3# Error code for error that occurred while marking the offers as seen.
4code: MarkPrimeOffersAsSeenErrorCode!
5
6}