We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
[Add] 새 피드 요청 반환하는 api prototype 작성 #24 #32
f31e4e0
why client에서 피드 요청에 대한 스크롤링을 구현하기 위해서 서버쪽 api 를 임시로 작성 how graphql 에서 전달받은 시간 이후 값을 neo4j에서 쿼리로 조회 * 사용자 정보값은 추가 예정 client확인용으로 작업한 사항
[Add] feed 정보 가지고 오기 api #33 #24
49a0026
why contents와 createdAt보다 많은 정보가 피드에 필요함 how 게시글에 딸린 댓글, 작성자, 좋아요 갯수, 좋아요 여부를 포함해서 반환하도록 쿼리 작성
[Add] feed 정보 가지고 오기 api, date parser #33 #24
7e72565
why 데이터를 graphql return 형태로 파싱해야 함 -> integer, datetime type how records 받아서 label:{} 로 반환하는 파서 작성 필요한 데이터 타입들 graphql 스키마로 작성
[Simpyfy] neo4j node parser util로 분리, feed에서 사용하지 않는 쿼리 삭제 #24
787ae71
why 결과 파싱하는 부분은 반복적으로 사용될 것임, 사용되지 않는 쿼리로 확인할 때 헷갈림 how util 파일로 분리하고 사용자지 않는 쿼리 삭제
[Merge] feed alarm api merge #53
59380c1
client쪽 graphql 데이터 요청을 위해서 알림정보 받아오는 api(#24) cherry pick
[Refactor] 리졸버 역할별 리졸버별 파일 분리 #24
e29df86
- feed와 feedAlarm 으로 리졸버 분리 - query, mutation,subscription으로 파일 분리 - pubsub 파일 분리 - pubsub key는 constant로 분리
WooYeonSeo
No branches or pull requests
The text was updated successfully, but these errors were encountered: