OBJECT
PlatformInfo
PlatformInfo
link GraphQL Schema definition
1 type PlatformInfo { 2 3 : AiWAREVersion! 4 5 ( 6 : [ID!], 7 : [String!], 8 : Int, 9 : Int 10 ): aiWAREVersionHistoryList 11 12 ( 13 : PlatformVersionOrderBy, 14 : OrderDirection, 15 : Int, 16 : Int 17 ): aiWAREVersionList 18 19 : JSONData 20 21 (: [String!]!): [SignedPropertyUrl] 22 23 }