Skip to content

Commit

Permalink
Step 10: Live updates with GraphQL subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Urigo committed Jul 28, 2019
1 parent 39b0a39 commit 6fae866
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- yarn-packages-{{ checksum "package.json" }}
- run:
name: Clone Server
command: git clone https://github.com/Urigo/WhatsApp-Clone-Server.git --branch master-step6 --single-branch ../WhatsApp-Clone-Server
command: git clone https://github.com/Urigo/WhatsApp-Clone-Server.git --branch master-step7 --single-branch ../WhatsApp-Clone-Server
- run:
name: Install Dependencies
command: yarn
Expand Down
Empty file.
15 changes: 15 additions & 0 deletions .tortilla/manuals/views/step10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Step 10: Live updates with GraphQL subscriptions

[//]: # (head-end)




[//]: # (foot-start)

[{]: <helper> (navStep)

| [< Previous Step](https://github.com/Urigo/WhatsApp-Clone-Client-React/tree/master@next/.tortilla/manuals/views/step9.md) | [Next Step >](https://github.com/Urigo/WhatsApp-Clone-Client-React/tree/master@next/.tortilla/manuals/views/step11.md) |
|:--------------------------------|--------------------------------:|

[}]: #

0 comments on commit 6fae866

Please sign in to comment.