Skip to content
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

신규 graphql 클라이언트 구현 #1688

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

신규 graphql 클라이언트 구현 #1688

wants to merge 1 commit into from

Conversation

devunt
Copy link
Member

@devunt devunt commented Apr 6, 2024

기존 graphql 클라이언트가 우리의 니즈에 잘 못 맞추는 경우가 많아서 직접 만들어보기로 했다.

  • graphql 스키마 + graphql 오퍼레이션에서 타입스크립트 정의 생성하기
  • graphql 요청 보내는 런타임 만들기
  • sveltekit page/layout data loader와 런타임 연동하기
  • normalized cache 만들기 & svelte store에 전파되도록 하기
  • optimistic update 구현하기

Copy link

graphite-app bot commented Apr 6, 2024

Your org requires the Graphite merge queue for merging into main

Add the label “:rocket:” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

Copy link
Member Author

devunt commented Apr 6, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @devunt and the rest of your teammates on Graphite Graphite

@devunt devunt force-pushed the feature/bifrost branch 22 times, most recently from dc3b449 to 72ba2e6 Compare April 12, 2024 17:28
@devunt devunt force-pushed the feature/bifrost branch 4 times, most recently from 8f83f1e to 7f5a8e3 Compare May 3, 2024 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant