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