OBJECT

DatasetRow

link GraphQL Schema definition

1type DatasetRow {
2
3# Id of the Dataset Row
4id: ID
5
6# JSON data of the Dataset Row
7data: JSONData
8
9}