OBJECT

ClaimPrimeOfferPayload

Data that was mutated after claiming the prime offer, in this case, the entitlement.

link GraphQL Schema definition

1type ClaimPrimeOfferPayload {
2
3# The possible error returned from the service.
4error: ClaimPrimeOfferError
5
6# The connection for whether the user is entitled to the offer.
7self: PrimeOfferSelfConnection
8
9}