1 write to catalog
MyFrontend (1)
Components_Pages_Home_razor.g.cs (1)
429catalog = await CatalogService.GetItemsAsync(Before, After);
6 references to catalog
MyFrontend (6)
Components_Pages_Home_razor.g.cs (6)
163if (catalog is { Data: var data }) 431if (catalog is null) 436paginationInfo = new PaginationInfo(catalog.FirstId, catalog.NextId, catalog.FirstId > 1, !catalog.IsLastPage);