summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipeline_editor/graphql/mutations/client/update_last_commit_branch.mutation.graphql
blob: 9561312f2b66751d44b33c56a15ff682baf1cdba (plain)
1
2
3
mutation updateLastCommitBranch($lastCommitBranch: String) {
  updateLastCommitBranch(lastCommitBranch: $lastCommitBranch) @client
}