> For the complete documentation index, see [llms.txt](https://docs.human-connection.org/human-connection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.human-connection.org/human-connection/docs_fix_link/backend/graphql-with-apollo/graphql-with-apollo/mocking.md).

# Mocking

## Mocking API Results

Alternatively you can just mock all responses from the api which let you build a frontend application without running a neo4j instance.

Just set `MOCK=true` inside `.env` or pass it on application start.
