Files
twenty/packages/twenty-server/test/integration/constants/page-layout-gql-fields.constants.ts
T

22 lines
268 B
TypeScript

export const PAGE_LAYOUT_GQL_FIELDS = `
id
name
workspaceId
type
objectMetadataId
createdAt
updatedAt
deletedAt
`;
export const PAGE_LAYOUT_TAB_GQL_FIELDS = `
id
workspaceId
title
position
pageLayoutId
createdAt
updatedAt
deletedAt
`;