Skip to content

Commit

Permalink
Export RequestDeduplicationPolicy type (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Sep 25, 2023
1 parent ac65ecb commit d31d275
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-teachers-shout.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@apollo/datasource-rest': patch
---

Export `RequestDeduplicationPolicy` type
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ export {
RequestWithBody,
DataSourceRequest,
CacheOptions,
RequestDeduplicationPolicy,
} from './RESTDataSource';

0 comments on commit d31d275

Please sign in to comment.