tkhwang / readable

anti-social social bookmark and much more...
5 stars 1 forks source link

✨ (server): Add myReadUserBookmark filter in paginationUserBookmarks #178

Closed tkhwang closed 3 years ago

tkhwang commented 3 years ago

Description

Type of change

{
    "first": 10,
    "after": null,
    "tagId": null,
    "interestId": null,
    "myUserBookmark": null,
    "myReadUserBookmark": true,  // !!!
    "userId": null
}

  query PaginationUserBookmarksOnFeed(
      $first: Int, 
      $after: PaginationCursor, 
      $tagId: String,
      $interestId: String,
      $myUserBookmark: Boolean,
      $myReadUserBookmark: Boolean,
      $userId: String
  ) {
    paginationUserBookmarks(
      first: $first, 
      after: $after,
      tagId: $tagId,
      interestId: $interestId,
      myUserBookmark: $myUserBookmark,
      myReadUserBookmark: $myReadUserBookmark,
      userId: $userId
    ) {

Further to-do lists

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/tkhwang/readable/34DJoWSeLEkpuUcZ8QbUpnySRorh
✅ Preview: Failed