OBJECT
ClaimPrimeOfferPayload
Data that was mutated after claiming the prime offer, in this case, the entitlement.
link GraphQL Schema definition
1 type ClaimPrimeOfferPayload { 2 3 # The possible error returned from the service. 4 ClaimPrimeOfferError : 5 6 # The connection for whether the user is entitled to the offer. 7 OfferSelfConnection : 8 9 }