mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +08:00
More edit changes
This commit is contained in:
@@ -42,6 +42,9 @@ type User {
|
||||
# determines whether the user can edit their username
|
||||
canEditName: Boolean
|
||||
|
||||
# ignored users.
|
||||
ignoredUsers: [User!]
|
||||
|
||||
# returns all comments based on a query.
|
||||
comments(query: CommentsQuery): [Comment!]
|
||||
|
||||
@@ -543,9 +546,6 @@ type RootQuery {
|
||||
# role.
|
||||
me: User
|
||||
|
||||
# Users that the currently logged in user ignores
|
||||
myIgnoredUsers: [User]
|
||||
|
||||
# Users returned based on a query.
|
||||
users(query: UsersQuery): [User]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user