Regenerate GraphQL Api. Remove FilterRanger

This commit is contained in:
Jan Eitzinger
2022-09-12 13:33:01 +02:00
parent c64a935750
commit c0daad256f
6 changed files with 153 additions and 807 deletions

View File

@@ -35,7 +35,6 @@ type Cluster {
name: String!
partitions: [String!]! # Slurm partitions
metricConfig: [MetricConfig!]!
filterRanges: FilterRanges!
subClusters: [SubCluster!]! # Hardware partitions/subclusters
}
@@ -196,12 +195,6 @@ type Mutation {
type IntRangeOutput { from: Int!, to: Int! }
type TimeRangeOutput { from: Time!, to: Time! }
type FilterRanges {
duration: IntRangeOutput!
numNodes: IntRangeOutput!
startTime: TimeRangeOutput!
}
input JobFilter {
tags: [ID!]
jobId: StringInput