OBJECT

ArchonViewModels

link GraphQL Schema definition

  • type ArchonViewModels {
  • user: JSON
  • googleAnalytics: JSON
  • game: JSON
  • # Arguments
  • # keys: [Not documented]
  • translations(keys: [String]): JSON
  • # Arguments
  • # gameSlug: [Not documented]
  • header(gameSlug: String): JSON
  • headerTitle: JSON
  • footer: JSON
  • indexPage: JSON
  • signInPage: JSON
  • signOutPage: JSON
  • authErrorPage: JSON
  • accountPage: JSON
  • gamePage: JSON
  • contactPage: JSON
  • aboutPage: JSON
  • announcementPage: JSON
  • gameSlugs: JSON
  • buildsZonePageSlugs: JSON
  • # Arguments
  • # gameSlug: [Not documented]
  • # rankingsSlug: [Not documented]
  • # zoneTypeSlug: [Not documented]
  • # difficultySlug: [Not documented]
  • # encounterSlug: [Not documented]
  • # affixesSlug: [Not documented]
  • buildsZonePage(
  • gameSlug: String,
  • rankingsSlug: String,
  • zoneTypeSlug: String,
  • difficultySlug: String,
  • encounterSlug: String,
  • affixesSlug: String
  • ): JSON
  • buildsSpecPageSlugs: JSON
  • # Arguments
  • # gameSlug: [Not documented]
  • # classSlug: [Not documented]
  • # specSlug: [Not documented]
  • # zoneTypeSlug: [Not documented]
  • # categorySlug: [Not documented]
  • # difficultySlug: [Not documented]
  • # encounterSlug: [Not documented]
  • # affixesSlug: [Not documented]
  • buildsSpecPage(
  • gameSlug: String,
  • classSlug: String,
  • specSlug: String,
  • zoneTypeSlug: String,
  • categorySlug: String,
  • difficultySlug: String,
  • encounterSlug: String,
  • affixesSlug: String
  • ): JSON
  • # Arguments
  • # gameSlug: [Not documented]
  • buildsClassesAndSpecsPage(gameSlug: String): JSON
  • # Arguments
  • # id: [Not documented]
  • ability(id: Int): JSON
  • # Arguments
  • # articleCategorySlug: [Not documented]
  • articleCategory(articleCategorySlug: String): JSON
  • articleCategories: JSON
  • # Arguments
  • # articleCategorySlug: [Not documented]
  • # siteName: [Not documented]
  • articleSlugs(articleCategorySlug: String, siteName: String): JSON
  • # Arguments
  • # articleSlug: [Not documented]
  • # articleCategorySlug: [Not documented]
  • # siteName: [Not documented]
  • article(articleSlug: String, articleCategorySlug: String, siteName: String): JSON
  • # Arguments
  • # currentSlug: [Not documented]
  • cmsNavigation(currentSlug: String): JSON
  • # Arguments
  • # articleCategorySlug: [Not documented]
  • # pageNumber: [Not documented]
  • # siteName: [Not documented]
  • pageOfArticlePreviews(
  • articleCategorySlug: String,
  • pageNumber: Int,
  • siteName: String
  • ): JSON
  • # Arguments
  • # snippetSlugs: [Not documented]
  • snippets(snippetSlugs: [String]): JSON
  • articleIndexPage: JSON
  • playwireAds: JSON
  • adPlacements: JSON
  • }

link Require by

This element is not required by anyone