cofacts / rumors-api

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

Implement `articleReplyFrom` filter in ListArticle #165

Closed MrOrz closed 4 years ago

MrOrz commented 4 years ago

As discussed in Slack, we are adding this to ListArticleFilter:

articleReplyFrom: { userId: String, appId: String, exists: Boolean }

In order to filter out articles that

Relates to