Strapi limits the results of a repeatable component to 10 items. In the graphQL query you can define the limit, but this requires identification of those repeatable components while generating the queries, and then insert those pagination options and set it to a higher limit. I couldn't figure it out myself to add it, like this plugin already does for collectionTypes.
As a workaroud I changed the defaultLimit on the Strapi side:
Strapi limits the results of a repeatable component to 10 items. In the graphQL query you can define the limit, but this requires identification of those repeatable components while generating the queries, and then insert those pagination options and set it to a higher limit. I couldn't figure it out myself to add it, like this plugin already does for collectionTypes.
As a workaroud I changed the defaultLimit on the Strapi side: