Del JobName from Job type, jobStats name required

- Regenerated GQL
- Relates to #121
- return jobStats name as string
This commit is contained in:
Christoph Kluge
2023-06-07 14:13:59 +02:00
parent dbebecfcdb
commit 4e568e60cd
6 changed files with 25 additions and 124 deletions

View File

@@ -88,7 +88,7 @@ type JobResultList struct {
type JobsStatistics struct {
ID string `json:"id"`
Name *string `json:"name"`
Name string `json:"name"`
TotalJobs int `json:"totalJobs"`
ShortJobs int `json:"shortJobs"`
TotalWalltime int `json:"totalWalltime"`