Skip to content

Commit

Permalink
executingTasks field
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Feb 18, 2023
1 parent cd8fbdb commit 5f21f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ type Build implements Node {
notifications: [Notification]!
parsingResult: ParsingResult
tasks: [Task]!
executingTasks: [Task]!
taskGroupsAmount: Int
latestGroupTasks: [Task]!
repository: Repository!
Expand Down

0 comments on commit 5f21f16

Please sign in to comment.