Generic bundle type for resources with paging information
ResourceBundle<
T> =object
Generic bundle type for resources with paging information. Used for paginated results from GraphQL queries.
Type Parameters
T
T
The type of resource contained in the bundle
Properties
resources
resources:
T[]
Resource array
paging_info
paging_info:
PagingInfo|null
Paging information
