del obsolete enum

This commit is contained in:
Christoph Kluge 2023-08-24 16:20:52 +02:00
parent 13d99a6ae0
commit ba42f4efc0

View File

@ -167,7 +167,6 @@ type TimeWeights {
}
enum Aggregate { USER, PROJECT, CLUSTER }
enum Weights { NODE_COUNT, NODE_HOURS, CORE_COUNT, CORE_HOURS }
type NodeMetrics {
host: String!