mirror of
https://github.com/vale981/apollo-server
synced 2025-03-04 17:21:42 -05:00
docs: Remove suggestion that server
is required for applyMiddleware
.
The `server` attribute is neither required nor actually a valid property at all. Closes #1413.
This commit is contained in:
parent
e1d7078817
commit
f6cdc94f29
1 changed files with 0 additions and 4 deletions
|
@ -159,10 +159,6 @@ The `applyMiddleware` method is provided by the `apollo-server-{integration}` pa
|
|||
|
||||
Pass an instance of the server integration here.
|
||||
|
||||
* `server`: <`ApolloServer`> _(required)_
|
||||
|
||||
Pass the instance of Apollo Server
|
||||
|
||||
* `path` : <`String`>
|
||||
|
||||
Specify a custom path. It defaults to `/graphql` if no path is specified.
|
||||
|
|
Loading…
Add table
Reference in a new issue