OBJECT

AiWAREVersionHistory

AiWAREVersionHistory

link GraphQL Schema definition

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