mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 07:55:06 +01:00 
			
		
		
		
	Finalize node query backend functions, fix migration issue
This commit is contained in:
		| @@ -300,6 +300,7 @@ type Query { | ||||
|   user(username: String!): User | ||||
|   allocatedNodes(cluster: String!): [Count!]! | ||||
|  | ||||
|   ## Node Queries New | ||||
|   node(id: ID!): Node | ||||
|   nodes(filter: [NodeFilter!], order: OrderByInput): NodeStateResultList! | ||||
|   nodeStats(filter: [NodeFilter!]): [NodeStats!]! | ||||
| @@ -393,6 +394,7 @@ type TimeRangeOutput { | ||||
| input NodeFilter { | ||||
|   hostname: StringInput | ||||
|   cluster: StringInput | ||||
|   subcluster: StringInput | ||||
|   nodeState: NodeState | ||||
|   healthState: MonitoringState | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user