Add metaData to GraphQL-API; Remove jobs limit in REST-API

This commit is contained in:
Lou Knauer
2022-02-22 09:19:59 +01:00
parent dcb3fd6a6a
commit 96f91f1a1c
4 changed files with 71 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
scalar Time
scalar Any
scalar NullableFloat
scalar MetricScope
scalar JobState
@@ -20,6 +22,7 @@ type Job {
arrayJobId: Int!
monitoringStatus: Int!
state: JobState!
metaData: Any
tags: [Tag!]!
resources: [Resource!]!
}