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

@@ -59,6 +59,7 @@ type JobFilter struct {
type JobMetricWithName struct {
Name string `json:"name"`
Scope schema.MetricScope `json:"scope"`
Metric *schema.JobMetric `json:"metric"`
}