Fix performance (#7131)

This commit is contained in:
Weiko
2024-09-18 21:15:30 +02:00
committed by GitHub
parent 41fe8f7fea
commit 210c336ccf
4 changed files with 26 additions and 35 deletions

View File

@ -65,6 +65,7 @@ export class GraphqlQueryFindOneResolverService {
where,
select,
})) as ObjectRecord;
const limit = QUERY_MAX_RECORDS;
if (!objectRecord) {