OBJECT
AiWAREVersionHistory
AiWAREVersionHistory
link GraphQL Schema definition
1 type AiWAREVersionHistory { 2 3 # The platform version record 4 PlatformVersion! : 5 6 # Unique identifier of the version history record 7 ID! : 8 9 # The create date of the history record. This is not related to the create date of 10 # the version itself. 11 DateTime! : 12 13 }