collab invite/remove author, topics migration fix

This commit is contained in:
2022-06-22 08:28:42 +03:00
parent ace22f5e8b
commit f92be99bce
10 changed files with 72 additions and 10 deletions

View File

@@ -137,6 +137,10 @@ type Mutation {
updateCommunity(community: CommunityInput!): Community!
deleteCommunity(id: Int!): Result!
# collab
inviteAuthor(author: String!, shout: String!): Result!
removeAuthor(author: String!, shout: String!): Result!
# proposal
createProposal(body: String!, range: String): Proposal!
updateProposal(body: String!, range: String): Proposal!