Service for managing games Handles all database queries related to games
Private
Enriches a game with price information from the price service
IGame
Promise with price data attached
Promise IGame[]
Fetches a single game from the database by SKU and enriches it with price data
string
Promise<IGame | null>
string | null | undefined
false if not a string
DBGameLayout
Service for managing games Handles all database queries related to games