Introduce adapted graphql schema

This commit is contained in:
2024-06-28 16:49:02 +02:00
parent 786770f56a
commit aede5f71ec

View File

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