feat(core): Add method (getMany) to folder repository to filter, sort, and paginate folders (no-changelog) (#13290)

This commit is contained in:
Ricardo Espinoza
2025-02-17 09:05:12 -05:00
committed by GitHub
parent 5b82f34773
commit 82d2fa6e67
8 changed files with 851 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ const repositories = [
'WorkflowStatistics',
'WorkflowTagMapping',
'ApiKey',
'Folder',
] as const;
/**