Files
twenty/packages/twenty-server/test/integration/constants/test-view-ids.constants.ts
T
593b064448 Create resolvers and controllers for core views (#13624)
Created:
- Services
- Resolvers
- Controllers
- Tests for services
- Integration tests for GraphQL and Rest

Updated the Rest API playground

Added new feature flag `IS_CORE_VIEW_ENABLED`

Updated `viewFilter` `operand` and `view` `type` to be enums rather than
strings and generated migration file.

Closes https://github.com/twentyhq/core-team-issues/issues/1259

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
Co-authored-by: Charles Bochet <charles@twenty.com>
2025-08-07 18:45:04 +02:00

22 lines
1.0 KiB
TypeScript

export const TEST_VIEW_1_ID = '20202020-05e2-439a-a768-d10e2945759e';
export const TEST_VIEW_2_ID = '20202020-d172-433b-ba1b-b03ad2560f09';
export const TEST_VIEW_3_ID = '20202020-2bbd-4e25-b141-24f11da50e0a';
export const TEST_OBJECT_METADATA_1_ID = '20202020-1436-4a52-b386-74a0142fb1d1';
export const TEST_OBJECT_METADATA_2_ID = '20202020-887f-4bc0-9011-2a81a3e852c3';
export const TEST_FIELD_METADATA_1_ID = '20202020-ac79-494f-a0a5-e456c72dcc6f';
export const TEST_FIELD_METADATA_2_ID = '20202020-be78-4d14-a413-ea4d8562e6f0';
export const TEST_NOT_EXISTING_VIEW_ID = '20202020-ce26-4249-93a0-b71d405d3775';
export const TEST_NOT_EXISTING_VIEW_FIELD_ID =
'20202020-6be8-40ec-82fa-5c9ae1930915';
export const TEST_NOT_EXISTING_VIEW_FILTER_GROUP_ID =
'20202020-e214-44fa-a39a-d81447b2c44f';
export const TEST_NOT_EXISTING_VIEW_FILTER_ID =
'20202020-034a-433d-b6e6-5ee7aaf5aaa6';
export const TEST_NOT_EXISTING_VIEW_SORT_ID =
'20202020-e0dd-49d6-94f9-a23416fc5a50';
export const TEST_NOT_EXISTING_VIEW_GROUP_ID =
'20202020-d1df-43be-9cf7-187dbffa08d7';