Files
twenty/packages/twenty-server/src/engine/api/graphql/graphql-query-runner/constants/connection-max-depth.constant.ts
Weiko f6fd92adcb [POC] add graphql query runner (#6747)
## Context
The goal is to replace pg_graphql with our own ORM wrapper (TwentyORM).
This PR tries to add some parsing logic to convert graphql requests to
send to the ORM to replace pg_graphql implementation.

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
2024-08-27 17:06:39 +02:00

2 lines
39 B
TypeScript

export const CONNECTION_MAX_DEPTH = 5;