Skip to content

Commit

Permalink
Add double newline to end of chapters 3 and 4
Browse files Browse the repository at this point in the history
  • Loading branch information
okjulian committed May 31, 2018
1 parent 1ea40d2 commit 1225189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manuscript/chapter-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,3 +368,4 @@ That's it! Using a feature based file structure is a scalable way of organizing
You learned how to create a GraphQL API using Apollo Server. Starting from just a GraphQL schema, you learned how to wrap that schema with an HTTP layer using `ApolloServer`. You added a database layer using Knex, email based authentication with Nodemailer. In the last step, you organized your project by features using GraphQL Import.

The next chapter will teach you how to create GraphQL clients using Apollo Client. You will learn how to implement a frontend in React that communicates with the GraphQL API you just created.

1 change: 1 addition & 0 deletions manuscript/chapter-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,3 +536,4 @@ export default class App extends React.Component {
You created a version of PinApp using only local state, learned how to use Apollo Client and React Apollo to connect this app with a GraphQL API. You achieved this using React Apollo's `Query` and `Mutation` to easily send queries and mutations.

The next chapter will teach you how to add real time functionality to apps using GraphQL Subscriptions, which let GraphQL APIs push data to clients.

0 comments on commit 1225189

Please sign in to comment.