This commit is contained in:
@@ -4,6 +4,7 @@ type Query {
|
||||
get_author_id(user: String!): Author
|
||||
get_authors_all: [Author]
|
||||
load_authors_by(by: AuthorsBy!, limit: Int, offset: Int): [Author]
|
||||
search_authors(text: String!): [Author]
|
||||
|
||||
# community
|
||||
get_community: Community
|
||||
|
Reference in New Issue
Block a user