Add scope to GraphQL Metric Type

This commit is contained in:
Jan Eitzinger
2023-03-24 14:43:37 +01:00
parent c622967d27
commit 4d49698e5a
3 changed files with 4 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ type Resource {
type JobMetricWithName {
name: String!
scope: MetricScope!
metric: JobMetric!
}