Skip to content
Snippets Groups Projects

Use paginated tree for the last commit query

Merged Igor Drozdov requested to merge id-use-paginated-tree-for-last-commit into master
All threads resolved!
@@ -6,8 +6,8 @@ query pathLastCommit($projectPath: ID!, $path: String, $ref: String!) {
__typename
paginatedTree(path: $path, ref: $ref) {
__typename
nodes {
__typename
nodes {
__typename
lastCommit {
__typename
id
@@ -48,7 +48,7 @@ query pathLastCommit($projectPath: ID!, $path: String, $ref: String!) {
}
}
}
}
}
}
}
}
Loading