Not receiving all news entities via graphql

Hello Support,

We are having a bit of a hassle, since we are not receiving all news entities via graphql

https://lykke-marketing-website.prismic.io/graphql?query=query%20{ %20%20%20%20allNewss(lang%3A%20"en-gb")%20{ %20%20%20%20%20%20edges%20{ %20%20%20%20%20%20%20%20node%20{ %20%20%20%20%20%20%20%20%20%20_meta%20{ %20%20%20%20%20%20%20%20%20%20%20%20uid %20%20%20%20%20%20%20%20%20%20} %20%20%20%20%20%20%20%20%20%20title %20%20%20%20%20%20%20%20%20%20image %20%20%20%20%20%20%20%20%20%20body %20%20%20%20%20%20%20%20} %20%20%20%20%20%20} %20%20%20%20} }

is missing one https://lykke.com/about/news/lw-delisting-update-2021-part1

This issue started sometime between April 27 (our last built) and today.

We did not change our code.

Thanks in advance for all the help :slight_smile:

Any help guys? or suggestions? thanks!

Hey Ignacio, welcome to the Community!

This is happening because the Prismic GraphQL API returns a maximum of 20 documents per request. There is no way to increase this number, so you need to implement pagination in your queries to retrieve more than these initial 20 documents.

Thanks Paulina this worked!

Threads close after a period of inactivity. Flag this thread to re-open it and continue the conversation.