OBJECT

LibrarySummary

link GraphQL Schema definition

1type LibrarySummary {
2
3entityCount: Int
4
5unpublishedEntityCount: Int
6
7lastTrainedVersion: Int
8
9lastTrainedDateTime: DateTime
10
11}

link Required by