tkhwang / readable

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

✨ (server): Add limit parameter in myUserBookmarksGroupedByInterests #179

Closed tkhwang closed 2 years ago

tkhwang commented 2 years ago

Description

Type of change

{
    "findMyUserBookmarksGroupedByInterestsInput": {
        "limit": 5
    }
}

query  MyUserBookmarksGroupedByInterests(
  $findMyUserBookmarksGroupedByInterestsInput: FindMyUserBookmarksGroupedByInterestsInput!
) {
  myUserBookmarksGroupedByInterests(
    findMyUserBookmarksGroupedByInterestsInput: $findMyUserBookmarksGroupedByInterestsInput
  ) {
    interest {
        interestId
        interest
    }
    userBookmarks {
      id
      urlHash
      isPrivate
      urlInfo {
        id
        url
        urlHash
        title
      }
    }    
  }
}

Further to-do lists

vercel[bot] commented 2 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/JCjjPsfbSWwUMn7nFv74gW4FdRwt
✅ Preview: Failed