OBJECT

PrimeOfferContent

Metadata the digital goods being offered.

link GraphQL Schema definition

1type PrimeOfferContent {
2
3# Categorization for content's game.
4categories: [String!]
5
6# If the content has an external marketing page (Blizzard, Retail, etc), some
7# offers will have no external URL.
8externalURL: String
9
10# The publisher of the content
11publisher: String
12
13}