-
Notifications
You must be signed in to change notification settings - Fork 134
Feature/change email #428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/change email #428
Conversation
winverse
commented
Jun 9, 2023
- 이메일 변경 기능 구현
Deploying with
|
Latest commit: |
f5251a9
|
Status: | ✅ Deploy successful! |
Preview URL: | https://05bf130c.velog-client.pages.dev |
Branch Preview URL: | https://feature-change-email.velog-client.pages.dev |
import { useCallback } from 'react'; | ||
|
||
const INITIATE_CHANGE_EMAIL = gql` | ||
mutation INITIATE_CHANGE_EMAIL($email: String!) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저희 뮤테이션 이름은 PascaLCase 쓰고 있답니다~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니당 :)
꼼꼼하시군요 역시 짱짱!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아주 좋습니다.
아마 내일, 서버쪽에 배포하고나서 클라도 배포하게 될 것 같아요.