OBJECT

Territory

A geographic territory where media ownership can be claimed. This is a map of Two letter country code to its name

link GraphQL Schema definition

  • type Territory {
  • id: ID!
  • name: String!
  • # Gets all the available states or provinces for a given country territory. Null
  • # if not US.
  • provinces: [Province!]
  • }