OBJECT

AssetScrollList

link GraphQL Schema definition

1type AssetScrollList {
2
3# The number of assets in the current result page
4assets: AssetList!
5
6# The reference id to use for the next paging query
7scrollId: String!
8
9}