Projects plugin : Add new option plugin_projects_descriptions (#75)

This commit is contained in:
Simon Lecoq
2021-01-23 14:43:33 +01:00
committed by GitHub
parent 5e0ee81395
commit c9961e88fd
9 changed files with 48 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ query Projects {
totalCount
nodes {
name
body
updatedAt
progress {
doneCount

View File

@@ -3,6 +3,7 @@ query RepositoryProject {
repository(name: "$repository") {
project(number: $id) {
name
body
updatedAt
progress {
doneCount