Add missing field "sortOrder" to graphQL schema (#20956)
* Add missing field "sortOrder" to graphQL schema * Add test Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
1fc5fcd900
Коммит
56bf9cec50
@@ -203,6 +203,7 @@ type SidebarCategory {
|
||||
collapsed: Boolean!
|
||||
teamId: String!
|
||||
channelIds: [String!]!
|
||||
sortOrder: Float!
|
||||
}
|
||||
|
||||
# Deliberately leaving out teamMembers.
|
||||
|
||||
Ссылка в новой задаче
Block a user