Refactor read only object and fields (#13936)
Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
+2
@@ -22,6 +22,7 @@ describe('generateAggregateQuery', () => {
|
||||
isLabelSyncedWithName: true,
|
||||
isRemote: false,
|
||||
isSystem: false,
|
||||
isUIReadOnly: false,
|
||||
};
|
||||
|
||||
const mockRecordGqlFields = {
|
||||
@@ -63,6 +64,7 @@ describe('generateAggregateQuery', () => {
|
||||
isLabelSyncedWithName: true,
|
||||
isRemote: false,
|
||||
isSystem: false,
|
||||
isUIReadOnly: false,
|
||||
};
|
||||
|
||||
const mockRecordGqlFields = {
|
||||
|
||||
Reference in New Issue
Block a user