register user, sign in and sign out working

This commit is contained in:
knst-kotov
2021-06-29 13:26:46 +03:00
parent 2dac73b412
commit c9b3d3a833
14 changed files with 81 additions and 30 deletions

View File

@@ -60,7 +60,7 @@ type Mutation {
# proposal
createProposal(shout: Int!, range: String!): Boolean!
updateProposal(proposal: Int!, body: String!): Boolean!
removeProposal(proposal: Int!)
removeProposal(proposal: Int!): Boolean!
approveProposal(proposal: Int!): Boolean!
}