Raw GraphQL query (API v2)
nexus_graphqlExecute custom GraphQL queries on the Nexus Mods v2 API for collections, media, and advanced filters. Read the nexus://graphql-cheatsheet resource first; for basic mod searches use nexus_find_mods.
Instructions
Escape hatch for the v2 GraphQL API (collections, media, advanced filters). Read the nexus://graphql-cheatsheet resource first: the schema is already documented, so introspection queries are unnecessary. For plain mod searches use nexus_find_mods. Filters look like {"gameDomainName":[{"value":"","op":"EQUALS"}],"nameStemmed":[{"value":""}]}; sorts look like [{"updatedAt":{"direction":"DESC"}}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | GraphQL document (query only unless writes are enabled) | |
| refresh | No | Bypass the cache | |
| variables | No |