Render telegram avatars in user cards
This commit is contained in:
@@ -2,5 +2,13 @@ query ManagerUsers {
|
||||
managerUsers {
|
||||
id
|
||||
fullName
|
||||
telegramConnection {
|
||||
id
|
||||
type
|
||||
channelId
|
||||
displayName
|
||||
username
|
||||
avatarAvailable
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,6 +147,7 @@ type ManagerUser {
|
||||
createdAt: DateTime!
|
||||
orderCount: Int!
|
||||
lastOrderAt: DateTime
|
||||
telegramConnection: MessengerConnection
|
||||
}
|
||||
|
||||
type MessengerConnection {
|
||||
|
||||
Reference in New Issue
Block a user