Export RequestOptions from apollo-datasource-rest

This commit is contained in:
Martijn Walraven 2018-07-03 14:45:13 +02:00
parent 23965de8a1
commit 0b5c7f31c8

View file

@ -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';