-
Notifications
You must be signed in to change notification settings - Fork 4
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
mutation 리팩토링 #146
mutation 리팩토링 #146
Conversation
- mutation 폴더에 들어있던 resolver들을 역할에 맞게 분리
- requestingUser 정보가 누적되는 버그가 생겨 DB에서 제거하도록 변경
- try/catch로 에러 처리 - 에러 메세지 분리
- 승객의 id 중복 여부 확인
- graphql 스키마에 추가 - 변경된 스키마에 맞춰 query 수정
- 스키마에 HistoryInfo 타입 추가 - 이에 따른 query 수정
- 정보를 info 객체로 래핑
- userSignup graphql 스키마 변경 - 이에 따른 query 변경
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.
mutation 나누고 싶었는데 진우님이 해주셨네요ㅎㅎ
수고 많으셨습니다
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.
수고하셨습니다!
이번 리팩토링은 dev로 바로 넘기지 말고
refactor/merge
같은 브랜치 생성 브랜치들 합치면서 가면 어떨까요
파일이 삭제/생성된 부분이 많아서 꼬이면 브랜치 삭제해도 문제 없으니까요!
해당 이슈 📎
#95
변경 사항 🛠
테스트 ✨
없음
리뷰어 참고 사항 🙋♀️