apollo-datasource-http icon indicating copy to clipboard operation
apollo-datasource-http copied to clipboard

Specific request configs don't override more general client configs.

Open JustinTRoss opened this issue 3 years ago • 0 comments

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.

JustinTRoss avatar Feb 17 '22 03:02 JustinTRoss