Add translations on core views (#13895)
closes https://github.com/twentyhq/twenty/issues/11999
This commit is contained in:
@@ -504,6 +504,7 @@ export type CoreView = {
|
||||
icon: Scalars['String'];
|
||||
id: Scalars['UUID'];
|
||||
isCompact: Scalars['Boolean'];
|
||||
isCustom: Scalars['Boolean'];
|
||||
kanbanAggregateOperation?: Maybe<AggregateOperations>;
|
||||
kanbanAggregateOperationFieldMetadataId?: Maybe<Scalars['UUID']>;
|
||||
key?: Maybe<Scalars['String']>;
|
||||
|
||||
@@ -504,6 +504,7 @@ export type CoreView = {
|
||||
icon: Scalars['String'];
|
||||
id: Scalars['UUID'];
|
||||
isCompact: Scalars['Boolean'];
|
||||
isCustom: Scalars['Boolean'];
|
||||
kanbanAggregateOperation?: Maybe<AggregateOperations>;
|
||||
kanbanAggregateOperationFieldMetadataId?: Maybe<Scalars['UUID']>;
|
||||
key?: Maybe<Scalars['String']>;
|
||||
|
||||
Reference in New Issue
Block a user