Refactor source paths

This commit is contained in:
linguist
2020-12-30 20:05:31 +01:00
parent dd0b3c5626
commit e38614a100
45 changed files with 32 additions and 36 deletions

View File

@@ -0,0 +1,16 @@
query RepositoryProject {
user(login: "$user") {
repository(name: "$repository") {
project(number: $id) {
name
updatedAt
progress {
doneCount
inProgressCount
todoCount
enabled
}
}
}
}
}