GraphQL OBJECT
Browser to be used in MVT campaigns.
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 }