ApolloServer config mentions "cors" but it's not included in the type definition #1882
Closed
1 task done
Labels
Milestone
docs
The documentation for Apollo Server mentions it can accept
cors
as an argument to the ApolloServer constructor: https://www.apollographql.com/docs/apollo-server/api/apollo-server.htmlHowever, the type definition for Config does not include a cors object:
Running apollo-server-core v2.1.0.
The text was updated successfully, but these errors were encountered: