some-fices
This commit is contained in:
parent
3260a7ad66
commit
61b1a2be49
|
@ -174,10 +174,9 @@ type Mutation {
|
||||||
|
|
||||||
|
|
||||||
# reactions
|
# reactions
|
||||||
createReaction(input: ReactionInput!): Result!
|
createReaction(reaction: ReactionInput!): Result!
|
||||||
updateReaction(id: Int!, body: String!): Result!
|
updateReaction(reaction: ReactionInput!): Result!
|
||||||
deleteReaction(id: Int!): Result!
|
deleteReaction(id: Int!): Result!
|
||||||
rateReaction(id: Int!, value: Int!): Result!
|
|
||||||
|
|
||||||
# community
|
# community
|
||||||
createCommunity(community: CommunityInput!): Result!
|
createCommunity(community: CommunityInput!): Result!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user