cofacts / rumors-api

GraphQL API server for clients like rumors-site and rumors-line-bot
https://api.cofacts.tw
MIT License
110 stars 26 forks source link

replyRequests should return more than 10 entries #164

Closed MrOrz closed 4 years ago

MrOrz commented 4 years ago

In https://cofacts.g0v.tw/article/i0yh2jv8zn5c there are more than 10 replyRequests; however, only the first 10 is returned in the API. This causes that newly submitted replyRequests disappear:

missing-rq

MrOrz commented 4 years ago

Solution:

This should not be very large, just give them all reply requests in an array without pagination.