tkhwang / readable

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

✨ (server): Add popularTags query #160

Closed tkhwang closed 2 years ago

tkhwang commented 2 years ago

Description

Type of change

popular tags query 추가하기

query PpopularTags($getPopularTagsWithAuthInput: GetPopularTagsWithAuthInput!) {
  popularTags(getPopularTagsWithAuthInput: $getPopularTagsWithAuthInput) {
    id
    tag
    normalizedTag
    imageUrl
    followersCount
    userBookmarksCount
    isFollowingTag
  }
}

        "popularTags": [
            {
                "id": "81f2d610-1fa7-4397-86d2-9703b008d6a9",
                "tag": "typescript",
                "normalizedTag": "typescript",
                "imageUrl": "https://readable-2021-dev.s3.ap-northeast-2.amazonaws.com/tags/typescript.jpg",
                "followersCount": 1,
                "userBookmarksCount": 4,
                "isFollowingTag": true
            },

Xnip2021-10-04_13-59-07

Xnip2021-10-04_13-58-27

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/9zopKjw58u7hnKCHdoaXxBAJz6sf
✅ Preview: Failed