mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-04-27 09:17:29 +02:00
New selection possibility when querying available metrics
This commit is contained in:
@@ -62,7 +62,7 @@ type Query {
|
||||
jobsStatistics(filter: JobFilterList): JobsStatistics!
|
||||
|
||||
jobDataById(jobId: String!): JobData
|
||||
jobAvailableMetricsById(jobId: String!): [JobMetricWithName]!
|
||||
jobAvailableMetricsById(jobId: String!, selectMetrics: [String]): [JobMetricWithName]!
|
||||
}
|
||||
|
||||
input StartJobInput {
|
||||
|
||||
Reference in New Issue
Block a user