mirego / accent

The first developer-oriented translation tool. True asynchronous flow between translators and your team.
https://www.accent.reviews
BSD 3-Clause "New" or "Revised" License
1.31k stars 99 forks source link

Document queries only return 30 documents #167

Closed dbil25 closed 4 years ago

dbil25 commented 4 years ago

1. cannot list more than 30 documents

having a project with > 30 documents, the command

accent stats

will only list 30 documents.

2. cannot add translations for more than 30 documents

Additionnaly, when doing the command

accent sync --add-translations

all master language files are pushed, but only 30 translations are synced. (presumably because the server only returns 30 paths)

simonprev commented 4 years ago

I bump the page size to 1000 in the latest accent-cli version. You will also need the latest version of the API that accept the pageSize param in GraphQL.

Thank you for the report!