mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
Export RequestOptions from apollo-datasource-rest
This commit is contained in:
parent
23965de8a1
commit
0b5c7f31c8
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
export { RESTDataSource, Request } from './RESTDataSource';
|
||||
export { RESTDataSource, RequestOptions } from './RESTDataSource';
|
||||
export { HTTPCache } from './HTTPCache';
|
||||
export { KeyValueCache, InMemoryLRUCache } from 'apollo-server-caching';
|
||||
|
|
Loading…
Add table
Reference in a new issue