mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 17:51:44 +03:00
GraphQL: Add EditComment to mutation type
This commit is contained in:
parent
79cc9884b3
commit
19a68deabb
@ -8,6 +8,8 @@ type Mutation {
|
||||
newBug(input: NewBugInput!): NewBugPayload!
|
||||
"""Add a new comment to a bug"""
|
||||
addComment(input: AddCommentInput!): AddCommentPayload!
|
||||
"""Change a comment of a bug"""
|
||||
editComment(input: EditCommentInput!): EditCommentPayload!
|
||||
"""Add or remove a set of label on a bug"""
|
||||
changeLabels(input: ChangeLabelInput): ChangeLabelPayload!
|
||||
"""Change a bug's status to open"""
|
||||
|
Loading…
Reference in New Issue
Block a user