Files
twenty/packages/twenty-server/test/integration/metadata/suites/dashboard/utils/dashboard-gql-fields.constants.ts
T
Raphaël Bosi 5af2d37253 [DASHBOARDS] Dashboard duplication (#16291)
## Description

- Created a Dashboard duplication action
- Created a new duplication custom resolver
- Created the service using the v2 of the API
- Created the integration tests following the v2 methodology

## Video QA


https://github.com/user-attachments/assets/e409951a-5946-4da0-91a0-1f7d2ecadb08
2025-12-11 11:15:15 +00:00

9 lines
104 B
TypeScript

export const DASHBOARD_GQL_FIELDS = `
id
title
pageLayoutId
position
createdAt
updatedAt
`;