GraphQL OBJECT

Browser

Browser to be used in MVT campaigns.

link Definition

  • type Browser {
  • # Browsers that belong to this browser.
  • children: [Browser]
  • # Id of the browser.
  • id: String!
  • # Name of the browser.
  • name: String!
  • # The browser this browser belongs to.
  • parent: Browser
  • }