diff --git a/modules/core/graph/schemas/branchesAndCommits.graphql b/modules/core/graph/schemas/branchesAndCommits.graphql index d549aa1fab..5fb953dd03 100644 --- a/modules/core/graph/schemas/branchesAndCommits.graphql +++ b/modules/core/graph/schemas/branchesAndCommits.graphql @@ -59,7 +59,7 @@ extend type Mutation { branchUpdate( branch: BranchUpdateInput! ): Boolean! branchDelete( branch: BranchDeleteInput! ): Boolean! commitCreate( commit: CommitCreateInput! ): String! - commitUpdate( commit: CommitUpdateInput! ): String! + commitUpdate( commit: CommitUpdateInput! ): Boolean! commitDelete( commit: CommitDeleteInput! ): Boolean! }