Restructure manager navigation and views
This commit is contained in:
13
graphql/operations/manager/manager-users.graphql
Normal file
13
graphql/operations/manager/manager-users.graphql
Normal file
@@ -0,0 +1,13 @@
|
||||
query ManagerUsers {
|
||||
managerUsers {
|
||||
id
|
||||
email
|
||||
fullName
|
||||
role
|
||||
companyName
|
||||
inn
|
||||
createdAt
|
||||
orderCount
|
||||
lastOrderAt
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user