OBJECT

DatasetStateInfo

link GraphQL Schema definition

1type DatasetStateInfo {
2
3datasetId: ID!
4
5structuredDataObjects: [StructuredData!]
6
7}