The great refactor (#82)
This commit is contained in:
17
source/plugins/projects/queries/repository.graphql
Normal file
17
source/plugins/projects/queries/repository.graphql
Normal file
@@ -0,0 +1,17 @@
|
||||
query ProjectsRepository {
|
||||
$account(login: "$user") {
|
||||
repository(name: "$repository") {
|
||||
project(number: $id) {
|
||||
name
|
||||
body
|
||||
updatedAt
|
||||
progress {
|
||||
doneCount
|
||||
inProgressCount
|
||||
todoCount
|
||||
enabled
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user