DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / assets / javascripts / projects / settings / graphql / queries / protectable_branches.query.graphql
123456
query protectableBranches($projectPath: ID!) { project(fullPath: $projectPath) { id protectableBranches } }