Initial commit for frontend refactor

This commit is contained in:
Christoph Kluge
2024-07-09 09:17:50 +02:00
parent a54acb8c42
commit f1e341f0b9
6 changed files with 242 additions and 178 deletions

View File

@@ -27,7 +27,7 @@ type Job {
tags: [Tag!]!
resources: [Resource!]!
concurrentJobs: JobLinkResultList
footprint: [MetricValue]
footprint: Any
metaData: Any
userData: User
}