diff options
Diffstat (limited to 'graphql/schema')
-rw-r--r-- | graphql/schema/root.graphql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql/schema/root.graphql b/graphql/schema/root.graphql index 3b497d95..4a89c825 100644 --- a/graphql/schema/root.graphql +++ b/graphql/schema/root.graphql @@ -6,7 +6,7 @@ type Query { } 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! |