OBJECT

PrimeBenefitStrings

link GraphQL Schema definition

1type PrimeBenefitStrings {
2
3# Details for the games and loot benefits and null if the benefit is not available
4gameBenefits: PrimeBenefitStringSet
5
6# Details for the shipping benefits and null if the benefit is not available
7shippingBenefits: PrimeBenefitStringSet
8
9# Details for the prime video benefits and null if the benefit is not available
10videoBenefits: PrimeBenefitStringSet
11
12# Details for the Twitch benefits and null if the benefit is not available
13twitchBenefits: PrimeBenefitStringSet
14
15# String describing possible free trial and cost of Prime
16primeOffer: String
17
18# List of strings describing a summary of all prime benefits for a country
19benefitSummaryList: [String!]!
20
21}

link Required by