Add user and manager order detail pages
This commit is contained in:
20
graphql/operations/manager/manager-users-detail.graphql
Normal file
20
graphql/operations/manager/manager-users-detail.graphql
Normal file
@@ -0,0 +1,20 @@
|
||||
query ManagerUsersDetail {
|
||||
managerUsers {
|
||||
id
|
||||
email
|
||||
fullName
|
||||
companyName
|
||||
inn
|
||||
createdAt
|
||||
orderCount
|
||||
lastOrderAt
|
||||
telegramConnection {
|
||||
id
|
||||
type
|
||||
channelId
|
||||
displayName
|
||||
username
|
||||
avatarAvailable
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user