mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 05:19:05 +01:00
Introduce adapted graphql schema
This commit is contained in:
parent
786770f56a
commit
aede5f71ec
@ -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!
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user