Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Object type

LibrarySearchAssetsResult

Deliberately cursor-paginated rather than the schema's usual limit/page/total shape: the underlying search index paginates via search_after, which has no depth limit, unlike offset-based from/size paging. (When searchTerm is set, a different, deep-pagination- capped strategy applies instead — see AssetSearchInput.searchTerm.)

Type fields
items:[Asset!]!
Beta

Matched Asset items.

nextCursor:String
Beta

Opaque cursor for the next result page; null when there are no further results.

hasNextPage:Boolean!
Beta

Whether a further result page exists.