Skip to content

Commit 933b399

Browse files
committed
add workspaceFileFolder to schema mock
1 parent 4ea1cf1 commit 933b399

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

packages/testing/src/mocks/schema.mock.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,17 @@ export const schemaMock = {
513513
createdAt: 'createdAt',
514514
updatedAt: 'updatedAt',
515515
},
516+
workspaceFileFolder: {
517+
id: 'id',
518+
name: 'name',
519+
userId: 'userId',
520+
workspaceId: 'workspaceId',
521+
parentId: 'parentId',
522+
sortOrder: 'sortOrder',
523+
deletedAt: 'deletedAt',
524+
createdAt: 'createdAt',
525+
updatedAt: 'updatedAt',
526+
},
516527
workspaceFile: {
517528
id: 'id',
518529
workspaceId: 'workspaceId',

0 commit comments

Comments
 (0)