OBJECT

PlatformInfo

PlatformInfo

link GraphQL Schema definition

1type PlatformInfo {
2
3aiWAREVersion: AiWAREVersion!
4
5aiWAREVersionHistory(
6ids: [ID!],
7versions: [String!],
8offset: Int,
9limit: Int
10): aiWAREVersionHistoryList
11
12aiWAREVersionList(
13orderBy: PlatformVersionOrderBy,
14orderDirection: OrderDirection,
15offset: Int,
16limit: Int
17): aiWAREVersionList
18
19properties: JSONData
20
21signedPropertyUrls(propertyPaths: [String!]!): [SignedPropertyUrl]
22
23}