Documentation Index
Fetch the complete documentation index at: https://wundergraphinc-milinda-eng-8701-implement-cache-warmer-from.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Override Subgraph config
By default, we read the routing URL for each of your subgraphs from the router execution config. In most cases, no additional configuration is required. However, if you do need to override a particular subgraph’s routing URL (for example, to handle changing network topography), you can do so with the following configNew way
Using the new way, the entire subgraph config can be overridden.Old way (Will be deprecated soon)
Using the old way only the routing URL of the subgraph can be overridden.Keep in mind, that this will also modify the URLs in your router config.