Skip to content

Instantly share code, notes, and snippets.

@cto-4piens
Created July 16, 2019 15:35
Show Gist options
  • Save cto-4piens/38b91622da7570200bf395b357df2ab3 to your computer and use it in GitHub Desktop.
Save cto-4piens/38b91622da7570200bf395b357df2ab3 to your computer and use it in GitHub Desktop.
[apollo-client-subscription] #apollo-client #react

Query 컴포넌트의 reder props' prop으로 전잘되는 SubscribeToMore를 실행하면 웹소켓 통신의 subscription이 이루어진다.

''' subscribeToMore({ document: ${subscription_gql}, updateQuery: (prev, { subscriptionData }) => { //how to return the data.. //similar to redux's reducer //updateQuery를 정의하지 않으면 기존 쿼리 데이터를 그대로 교체한다. }
}) '''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment