aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/graph
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-06-16 21:40:45 +0200
committerMichael Muré <batolettre@gmail.com>2019-06-16 21:40:45 +0200
commitbc03a89aa76cad37daf8cd4efdea463a9569c519 (patch)
treede48b53cefb9006bfa5029a7da512a6abc21885b /graphql/graph
parentb2f8572c4493205535558fb9320689aaf4774dc1 (diff)
downloadgit-bug-bc03a89aa76cad37daf8cd4efdea463a9569c519.tar.gz
fix tests
Diffstat (limited to 'graphql/graph')
-rw-r--r--graphql/graph/gen_graph.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/graph/gen_graph.go b/graphql/graph/gen_graph.go
index e788b2a2..36dc9735 100644
--- a/graphql/graph/gen_graph.go
+++ b/graphql/graph/gen_graph.go
@@ -2286,7 +2286,7 @@ type Repository {
}
type Mutation {
- """create a new bug"""
+ """Create a new bug"""
newBug(input: NewBugInput!): NewBugPayload!
"""Add a new comment to a bug"""
addComment(input: AddCommentInput!): AddCommentPayload!