A query on NFT marketplace boilerplate

I would to know how to list all the NFTs using ā€œgetAllTokenIdsā€ in NFT marketplace boilerplate project.
Can you please help me with this?

If the collection has more than 100 NFTs you can paginate through the results using the cursor which gets the next page of results.

You could implement a feature like a ā€œload moreā€ button if the user wants to load more results (using cursor).

Yeah sure, I will try it and get back to you.
Thank you