OBJECT

GameSpec

A spec for a given player class.

link GraphQL Schema definition

  • type GameSpec {
  • # An integer used to identify the spec.
  • id: Int!
  • # The player class that the spec belongs to.
  • class: GameClass
  • # The localized name of the class.
  • name: String!
  • # A slug used to identify the spec.
  • slug: String!
  • }