OBJECT

GameFaction

A faction that a player or guild can belong to. Factions have an integer id used to identify them throughout the API and a localized name describing the faction.

link GraphQL Schema definition

  • type GameFaction {
  • # An integer representing the faction id.
  • id: Int!
  • # The localized name of the faction.
  • name: String!
  • }