diff --git a/src/main/resources/graphql/schema.json b/src/main/resources/graphql/schema.json index ca98aace..dab51c29 100644 --- a/src/main/resources/graphql/schema.json +++ b/src/main/resources/graphql/schema.json @@ -454,6 +454,73 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "HistoricalView", + "description": null, + "fields": [ + { + "name": "entityIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "metricIds", + "description": null, + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "data", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "InstrumentThrottle", @@ -2662,6 +2729,41 @@ ], "possibleTypes": null }, + { + "kind": "ENUM", + "name": "MetricStep", + "description": null, + "fields": null, + "inputFields": null, + "interfaces": null, + "enumValues": [ + { + "name": "SECOND", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "MINUTE", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "HOUR", + "description": null, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "DAY", + "description": null, + "isDeprecated": false, + "deprecationReason": null + } + ], + "possibleTypes": null + }, { "kind": "OBJECT", "name": "MetricValue", @@ -3916,6 +4018,22 @@ "name": "Query", "description": null, "fields": [ + { + "name": "version", + "description": null, + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "getAccessPermissions", "description": null, @@ -4609,6 +4727,105 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "getHistoricalMetrics", + "description": null, + "args": [ + { + "name": "entityIds", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "defaultValue": null + }, + { + "name": "metricIds", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + } + } + }, + "defaultValue": null + }, + { + "name": "step", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "ENUM", + "name": "MetricStep", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "start", + "description": null, + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "defaultValue": null + }, + { + "name": "stop", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "HistoricalView", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "getClientAccessors", "description": null,