Projects plugin : Add new option plugin_projects_descriptions (#75)
This commit is contained in:
@@ -4,6 +4,7 @@ query Projects {
|
||||
totalCount
|
||||
nodes {
|
||||
name
|
||||
body
|
||||
updatedAt
|
||||
progress {
|
||||
doneCount
|
||||
|
||||
@@ -3,6 +3,7 @@ query RepositoryProject {
|
||||
repository(name: "$repository") {
|
||||
project(number: $id) {
|
||||
name
|
||||
body
|
||||
updatedAt
|
||||
progress {
|
||||
doneCount
|
||||
|
||||
Reference in New Issue
Block a user