Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

move apollo to setup #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitbook.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
root: ./react-apollo-todo/
root: ./react-apollo/tutorial
2 changes: 1 addition & 1 deletion react-apollo/tutorial/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
- [Subscriptions](introduction/Subscriptions.md)
- [Setup](setup/Index.md)
- [React](setup/React.md)
- [Setup apollo](setup/SetupApollo.md)
- [Add Auth0](setup/Auth0.md)
- [Basic Todo App](app/basic/Index.md)
- [React component with styling](app/basic/ReactComponent.md)
- [Fetch todos: query](app/basic/fetch-private/Index.md)
- [Setup apollo](app/basic/fetch-private/SetupApollo.md)
- [How apollo HOC works](app/basic/fetch-private/HowApolloWorks.md)
- [Create query and render results](app/basic/fetch-private/CreateQuery.md)
- [Handle loading/error](app/basic/fetch-private/HandleErrors.md)
Expand Down
Empty file.