DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / assets / javascripts / vue_merge_request_widget / widgets / issues.query.graphql
1234567891011121314
query getAllIssues($projectPath: ID!) { project(fullPath: $projectPath) { id issues { nodes { id title webPath webUrl state } } } }