tkhwang / readable

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

✨ (server): Add allUserBookmarksBySearch query #171

Closed tkhwang closed 2 years ago

tkhwang commented 2 years ago

Description

Type of change

query AllUserBookmarksBySearch(
  $searchByTextInAllUserBookmarksInput:  SearchByTextInAllUserBookmarksInput!
 ){
  allUserBookmarksBySearch(
    searchByTextInAllUserBookmarksInput: $searchByTextInAllUserBookmarksInput
  ) {
          id
          urlHash
          urlInfo {
            id
            url
            urlHash
            title
            siteName
            imageUrl
            description
          }
          bookmarkersCount
          bookmarkers {
            id
            name
            email
            avatarUrl
          }
          readersCount
          readers {
            id
            name
            email
            avatarUrl
          }
  }
}

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/5eTeWAzdb4v5hjUN52LedfmjccvN
✅ Preview: Failed