DatasetRowsResponse
No description
type DatasetRowsResponse {
data: [[Mixed]!]!
fields: [DatasetField!]!
filtersApplied: Boolean!
paginatorInfo: PaginatorInfo!
}
Fields
DatasetRowsResponse.data ● [[Mixed]!]! non-null scalar
Rows of values, each aligned by position to fields.
DatasetRowsResponse.fields ● [DatasetField!]! non-null object
The requested fields, in order. Row values align to this list by position.
DatasetRowsResponse.filtersApplied ● Boolean! non-null scalar
False when a requested filter could not be applied. Consumers should filter the returned rows themselves in that case rather than presenting them as already filtered.
DatasetRowsResponse.paginatorInfo ● PaginatorInfo! non-null object
Returned By
datasetRows query


