mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fixed merge error
CC @Lulalaby
This commit is contained in:
parent
9a4c911eb0
commit
e9e0c84cb2
@ -10,7 +10,7 @@ type Mutation {
|
||||
login(email: String!, password: String!): String!
|
||||
signup(email: String!, password: String!): Boolean!
|
||||
changePassword(oldPassword:String!, newPassword: String!): String!
|
||||
report(resource: Resource!, description: String): Report
|
||||
report(id: ID!, description: String): Report
|
||||
disable(id: ID!): ID
|
||||
enable(id: ID!): ID
|
||||
"Shout the given Type and ID"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user