Add logo on navbar workspace container (#147)
This commit is contained in:
@ -26,6 +26,9 @@ export class WorkspaceOrderByWithAggregationInput {
|
||||
@Field(() => SortOrder, {nullable:true})
|
||||
displayName?: keyof typeof SortOrder;
|
||||
|
||||
@Field(() => SortOrder, {nullable:true})
|
||||
logo?: keyof typeof SortOrder;
|
||||
|
||||
@Field(() => WorkspaceCountOrderByAggregateInput, {nullable:true})
|
||||
_count?: WorkspaceCountOrderByAggregateInput;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user