mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-11-04 01:25:06 +01:00 
			
		
		
		
	Introduce adapted graphql schema
This commit is contained in:
		@@ -27,12 +27,7 @@ type Job {
 | 
				
			|||||||
  tags:             [Tag!]!
 | 
					  tags:             [Tag!]!
 | 
				
			||||||
  resources:        [Resource!]!
 | 
					  resources:        [Resource!]!
 | 
				
			||||||
  concurrentJobs:   JobLinkResultList
 | 
					  concurrentJobs:   JobLinkResultList
 | 
				
			||||||
 | 
					  footprint:        [MetricValue]
 | 
				
			||||||
  memUsedMax:       Float
 | 
					 | 
				
			||||||
  flopsAnyAvg:      Float
 | 
					 | 
				
			||||||
  memBwAvg:         Float
 | 
					 | 
				
			||||||
  loadAvg:          Float
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  metaData:         Any
 | 
					  metaData:         Any
 | 
				
			||||||
  userData:         User
 | 
					  userData:         User
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -64,6 +59,7 @@ type SubCluster {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type MetricValue {
 | 
					type MetricValue {
 | 
				
			||||||
 | 
					  name: String
 | 
				
			||||||
  unit: Unit!
 | 
					  unit: Unit!
 | 
				
			||||||
  value: Float!
 | 
					  value: Float!
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user