nexus_get_favourite_games
Retrieve the authenticated user's favourite games with ID, name, genre, mod count, and collection count. Uses v2 GraphQL to avoid REST rate limits.
Instructions
Get the authenticated user's favourite games via v2 GraphQL.
Consumes the v2 GraphQL pool, NOT the v1 REST rate-limit quota.
Returns: JSON array of games: {id, name, domainName, genre, modCount, collectionCount}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |