5af2d37253
## 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
9 lines
104 B
TypeScript
9 lines
104 B
TypeScript
export const DASHBOARD_GQL_FIELDS = `
|
|
id
|
|
title
|
|
pageLayoutId
|
|
position
|
|
createdAt
|
|
updatedAt
|
|
`;
|