# reporter lambda

Because the default graphql url is dev, if you want to run this against qa,
then you have to have `GRAPHQL_URL=https://qa-graphql-router.theorchard.io/graphql` in your path. For example, to run `yarn dev:local:run` using qa, run:

```bash
GRAPHQL_URL=https://qa-graphql-router.theorchard.io/graphql  yarn dev:local:run
```
