OBJECT
A single NPC for the game.
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 }