[MM-45168] Added graphql fields for channel and channel_member (#20613)

Этот коммит содержится в:
Tim Scheuermann
2022-07-11 14:58:05 +03:00
коммит произвёл GitHub
родитель 00439aa2a7
Коммит 662248291e
5 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@@ -58,6 +58,8 @@ type Channel {
shared: Boolean
lastPostAt: Float!
totalMsgCount: Float!
totalMsgCountRoot: Float!
lastRootPostAt: Float!
stats: ChannelStats
cursor: String
}
@@ -70,6 +72,7 @@ type ChannelMember {
msgCount : Float!
mentionCount : Float!
mentionCountRoot : Float!
msgCountRoot : Float!
notifyProps : StringMap!
lastUpdateAt : Float!
schemeGuest : Boolean!