> For the complete documentation index, see [llms.txt](https://build.sovryn.com/builder-portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://build.sovryn.com/builder-portal/sovryn.app/the-graph-usage.md).

# The Graph Usage

Where possible we:

* Don't perform calculations on frontend - use data directly from subgraphs instead
* Use GraphQL client (Apollo) for performing queries - provides auto generated Typescript definitions and client side caching of responses
* Reuse queries - aids in caching of responses

See [here ](/builder-portal/sovryn-sdk/the-graph/overview.md)for more information about how we use The Graph in sovryn.app.
