Querying from models with HasManyThrough relations - strongloop api
问题 This is a follow up to a previous question. Currently, the api can query from the category and game model which share a relation. For example, through this endpoint /Categories/1001/games/mature I can list all games of fighting category that have mature set to true . However, I have included a third model gameInfo from db table game_info . Since, I want to fetch the information from those three tables, i have included a through model named gamesCategoriesBridge from db table games_categories