Restructure manager navigation and views

This commit is contained in:
Ruslan Bakiev
2026-04-04 09:29:16 +07:00
parent 264b88bcee
commit ecd92ef7e4
12 changed files with 569 additions and 118 deletions

View File

@@ -0,0 +1,13 @@
query ManagerUsers {
managerUsers {
id
email
fullName
role
companyName
inn
createdAt
orderCount
lastOrderAt
}
}