apollo-datasource-http
apollo-datasource-http copied to clipboard
Specific request configs don't override more general client configs.
E.g. if you pass requestOptions: { memoize: false } at instantiation and then do instance.get(<path>, { memoize: true }), the more specific setting is not honored, and the request is not memoized.