mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
6792056b73
## Context We recently introduced a try catch in the different resolvers of the query runner to handle exceptions via workspaceQueryRunnerGraphqlApiExceptionHandler and convert them to proper errors. However this was never called as expected because query runner methods were async. This is a regression from https://github.com/twentyhq/twenty/pull/6324 ## Before <img width="938" alt="Screenshot 2024-08-09 at 15 34 02" src="https://github.com/user-attachments/assets/3607c7ed-ea91-4729-a4e4-ede7761347e2"> ## After <img width="905" alt="Screenshot 2024-08-09 at 15 33 46" src="https://github.com/user-attachments/assets/51bcbfa1-9b0b-4c7c-84a2-7c8effeadddd"> |
||
---|---|---|
.. | ||
@types | ||
patches | ||
scripts | ||
src | ||
test | ||
.env.example | ||
.env.test | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
.swcrc | ||
jest.config.ts | ||
nest-cli.json | ||
package.json | ||
project.json | ||
tsconfig.build.json | ||
tsconfig.json |