mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00
docs: add missing ` in essentials/server
This commit is contained in:
parent
b6bdfdbbad
commit
80e0c30782
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const { ApolloServer, gql } = require('apollo-server');
|
|||
|
||||
### Existing applications (Middleware)
|
||||
|
||||
Existing applications generally already have existing middleware in place and Apollo Server works with those existing middleware options. But in order to play along, we need to import the `ApolloServer which corresponds to the type of server which is already in use.
|
||||
Existing applications generally already have existing middleware in place and Apollo Server works with those existing middleware options. But in order to play along, we need to import the `ApolloServer` which corresponds to the type of server which is already in use.
|
||||
|
||||
For example, if the application is already using an Express server, it is important to use the `apollo-server/express` import.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue