Artists
Last updated
Last updated
Used for querying list of all artists. If no params
are provided, it will return list of all artists existing in the database, which will result in huge request. For pagination/infinite scroll queries, usePaginatedArtistsQuery
is recommended.
Used for querying list of all artists in chunks, e.g. for infinity list. Returns flat artists
array with all fetched items, totalCount
and all UseInfiniteQueryResul
properties including fetchNextPage
and hasNextPage
properties for pagination.
Used for querying list of all artists. If no params
are provided, it will return list of all artists existing in the database, which will result in huge request. For pagination/infinite scroll queries, usePaginatedArtistsQuery
is recommended.