add integration test on global search resolver (#11007)

closes https://github.com/twentyhq/core-team-issues/issues/580
This commit is contained in:
Etienne
2025-03-19 14:22:02 +01:00
committed by GitHub
parent d59c989ecd
commit b8b00e5398
7 changed files with 342 additions and 3 deletions

View File

@ -0,0 +1,7 @@
export const OBJECT_MODEL_COMMON_FIELDS = `
id
name
createdAt
updatedAt
deletedAt
`;