Add logo on navbar workspace container (#147)
This commit is contained in:
@ -21,4 +21,7 @@ export class WorkspaceMinAggregateInput {
|
||||
|
||||
@Field(() => Boolean, {nullable:true})
|
||||
displayName?: true;
|
||||
|
||||
@Field(() => Boolean, {nullable:true})
|
||||
logo?: true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user