Skip to content

Commit

Permalink
fix: export types form response cache plugin (#7439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Igloczek committed Mar 14, 2023
1 parent 6f8d9ee commit 4668f45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-dogs-tease.md
@@ -0,0 +1,5 @@
---
'@apollo/server-plugin-response-cache': patch
---

Export types from response cache plugin
5 changes: 2 additions & 3 deletions packages/plugin-response-cache/src/index.ts
@@ -1,3 +1,2 @@
import plugin from './ApolloServerPluginResponseCache.js';

export default plugin;
export { default } from './ApolloServerPluginResponseCache.js';
export * from './ApolloServerPluginResponseCache.js';

0 comments on commit 4668f45

Please sign in to comment.