Frontend refactor backend changes

This commit is contained in:
Christoph Kluge
2024-07-11 17:23:59 +02:00
parent e8e3b1595d
commit a4912893a8
4 changed files with 318 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ type Job {
tags: [Tag!]!
resources: [Resource!]!
concurrentJobs: JobLinkResultList
footprint: Any
footprint: [FootprintValue]
metaData: Any
userData: User
}
@@ -59,6 +59,12 @@ type SubCluster {
footprint: [String!]!
}
type FootprintValue {
name: String!
stat: String!
value: Float!
}
type MetricValue {
name: String
unit: Unit!