Files
twenty/packages/twenty-shared/src/constants/QueryMaxRecordsFromRelation.ts
T
EtienneandGitHub d1befa7e35 Query complexity validation (#16274)
Validations : 
- relations count (in common api)
- oneToMany relation nested count (in common)
- requested fields count (in gql)
- root resolver count (in gql)
- root resolver duplicates (in gql)
- specific complexity for metadata / nesting count (in gql)
2025-12-04 16:33:08 +01:00

2 lines
51 B
TypeScript

export const QUERY_MAX_RECORDS_FROM_RELATION = 60;