Skip to content

Commit

Permalink
Re-export GetMiddlewareOptions (#4599)
Browse files Browse the repository at this point in the history
* Re-export GetMiddlewareOptions

* Add CHANGELOG.md for #4599

Co-authored-by: Jesse Rosenberger <git@jro.cc>
  • Loading branch information
olyop and abernix authored Oct 5, 2020
1 parent cc644c9 commit 90a23b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The version headers in this history reflect the versions of Apollo Server itself
## v2.19.0

- `apollo-server-core`: Update dependency for `@apollographql/graphql-playground-react` to `v1.7.34` to incorporate [`33c48183`](https://github.com/apollographql/graphql-playground/commit/33c48183229e59f0d21f7f4fdd57bed5a973a5cf) which, as an upstream change, should improve support for `graphql@15` features, like interfaces implementing interfaces.
- `apollo-server-express`: Export the `GetMiddlewareOptions` type. [PR #4599](https://github.com/apollograpqh/apollo-server/pull/4599)

## v2.18.1

Expand Down
1 change: 1 addition & 0 deletions packages/apollo-server-express/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export * from 'graphql-subscriptions';
export {
ApolloServer,
ServerRegistration,
GetMiddlewareOptions,
ApolloServerExpressConfig,
} from './ApolloServer';

Expand Down

0 comments on commit 90a23b8

Please sign in to comment.