tkhwang / readable

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

✨ (server): Add setNickname mutation #185

Closed tkhwang closed 3 years ago

tkhwang commented 3 years ago

Description

Type of change

{
    "setNickNameInput" : {
        "nickName": "teddy"
    }
}

mutation SetNickname($setNickNameInput: SetNickNameInput!) {
    setNickname(setNickNameInput: $setNickNameInput) {
        id
        name
        nickName
        provider
        providerId
        avatarUrl
        followersCount
        followingsCount
        tags {
          id
          tag
        }        
    }
}

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

ghost commented 3 years ago

CodeSee Review Map:

Review these changes using an interactive CodeSee Map

Review in an interactive map

View more CodeSee Maps

Legend

CodeSee Map Legend