add author subscription

This commit is contained in:
knst-kotov
2022-01-30 11:35:49 +03:00
parent 3828e92c19
commit 32becea4da
3 changed files with 41 additions and 1 deletions

View File

@@ -150,6 +150,9 @@ type Mutation {
createCommunity(title: String!, desc: String!): Community!
updateCommunity(community: CommunityInput!): Community!
deleteCommunity(id: Int!): Result!
authorSubscribe(slug: String!): Result!
authorUnsubscribe(slug: String!): Result!
}
################################### Query