OBJECT

GameNPC

A single NPC for the game.

link GraphQL Schema definition

  • type GameNPC {
  • # The ID of the NPC.
  • id: Int!
  • # The localized name of the NPC. Will be null if no localization information
  • # exists for the NPC.
  • name: String
  • }