Restructure manager navigation and views
This commit is contained in:
11
graphql/operations/manager/manager-bonus-balances.graphql
Normal file
11
graphql/operations/manager/manager-bonus-balances.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
query ManagerBonusBalances {
|
||||
managerBonusBalances {
|
||||
userId
|
||||
email
|
||||
fullName
|
||||
companyName
|
||||
balance
|
||||
pendingWithdrawalAmount
|
||||
transactionsCount
|
||||
}
|
||||
}
|
||||
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