Skip to content

Commit

Permalink
fix(gql): commitUpdate return type
Browse files Browse the repository at this point in the history
  • Loading branch information
teocomi committed Jul 25, 2020
1 parent 72c4a43 commit f4d236c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/graph/schemas/branchesAndCommits.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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!
}

Expand Down

0 comments on commit f4d236c

Please sign in to comment.