OBJECT

GameClass

A single player class for the game.

link GraphQL Schema definition

  • type GameClass {
  • # An integer used to identify the class.
  • id: Int!
  • # The localized name of the class.
  • name: String!
  • # A slug used to identify the class.
  • slug: String!
  • # The specs supported by the class.
  • specs: [GameSpec]
  • }