mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-05 15:43:07 +01:00
Add scope to GraphQL Metric Type
This commit is contained in:
@@ -108,6 +108,7 @@ type Resource {
|
||||
|
||||
type JobMetricWithName {
|
||||
name: String!
|
||||
scope: MetricScope!
|
||||
metric: JobMetric!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user