Type Alias GameNpc

GameNpc: {
    __typename?: "GameNPC";
    id: Scalars["Int"];
    name?: Maybe<Scalars["String"]>;
}

A single NPC for the game.

Type declaration

  • Optional__typename?: "GameNPC"
  • id: Scalars["Int"]

    The ID of the NPC.

  • Optionalname?: Maybe<Scalars["String"]>

    The localized name of the NPC. Will be null if no localization information exists for the NPC.