Skip to content

Commit

Permalink
Typo in doc "Migrating to v2.0" (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrinicolas authored and Evans Hauser committed Aug 16, 2018
1 parent a88574d commit 25f568b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/migration-two-dot.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Check out the following changes for Apollo Server 2.0.
* You no longer need to import `body-parser` to set up `apollo-server-express`.
* You no longer need to import `makeExecutableSchema` from `graphql-tools`.
* You no longer need to import `graphqlExpress` and `graphiqlExpress` from `apollo-server-express`.
* You should pass in `typeDefs` and resolvers as parameters to an instance of Apollo Server.
* You should pass in `typeDefs` and `resolvers` as parameters to an instance of Apollo Server.
* If the server is only functioning as a GraphQL server, it's no longer necessary to run your own HTTP server (like `express`).

<h2 id="Middleware">Middleware</h2>
Expand Down

0 comments on commit 25f568b

Please sign in to comment.