Why is Prismic GraphQL api only limited to 20 documents?

Hi @acquisition-team. Thanks for reaching out about this. We have some updates to the GraphQL documentation coming soon that give more details about how to do pagination and how to retrieve more than 20 items from the API.

In the meantime you can explore this example project with React and GraphQL:

Specifically, you can see how to recursively fetch all your documents here: