0.5.8-panel-upgrade-community-crud-fix
All checks were successful
Deploy on push / deploy (push) Successful in 6s
All checks were successful
Deploy on push / deploy (push) Successful in 6s
This commit is contained in:
@@ -31,6 +31,9 @@ type AdminUserInfo {
|
||||
|
||||
input AdminUserUpdateInput {
|
||||
id: Int!
|
||||
email: String
|
||||
name: String
|
||||
slug: String
|
||||
roles: [String!]
|
||||
community: Int
|
||||
}
|
||||
@@ -43,7 +46,7 @@ type Role {
|
||||
|
||||
# Тип для пагинированного ответа пользователей
|
||||
type AdminUserListResponse {
|
||||
users: [AdminUserInfo!]!
|
||||
authors: [AdminUserInfo!]!
|
||||
total: Int!
|
||||
page: Int!
|
||||
perPage: Int!
|
||||
|
Reference in New Issue
Block a user