OBJECT

PrimeOfferTag

Metadata strings for the purpose of the offer

link GraphQL Schema definition

1type PrimeOfferTag {
2
3# Who is the audience or how is the tag grouped.
4type: String!
5
6# The tagged value
7tag: String!
8
9}