Files
openide/plugins/gitlab/resources/graphql/query/getProjectRepository.graphql
Pavel Gromov 16203fae3e [gitlab] MR creation: implement API requests
GitOrigin-RevId: b47b3191e49cdc28d214bfeb7d94198f0a21c736
2023-10-17 02:07:25 +00:00

7 lines
105 B
GraphQL

query($fullPath: ID!) {
project(fullPath: $fullPath) {
repository {
...repository
}
}
}