Improve topic sorting: add popular sorting by publications and authors count
This commit is contained in:
@@ -66,7 +66,7 @@ extend type Query {
|
||||
extend type Mutation {
|
||||
updateEnvVariable(key: String!, value: String!): Boolean!
|
||||
updateEnvVariables(variables: [EnvVariableInput!]!): Boolean!
|
||||
|
||||
|
||||
# Мутации для управления пользователями
|
||||
adminUpdateUser(user: AdminUserUpdateInput!): OperationResult!
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user