Add branch names field to repository type
What does this MR do?
Adds the branches
field to the project GraphQL type.
Sample query
query getAvailableBranchNames {
project(fullPath: "matteeyah/test-project") {
repository {
branchNames(searchPattern: "mas*")
}
}
}
Closes #321657 (closed)
Related #321655 (closed)
Does this MR meet the acceptance criteria?
Conformity
Edited by Matija Čupić