How to avoid apollo server default cache on a single query resolver without changing default behaviour -Remix - Typescript

Hi Team,

We are working on project where we need to bypass Apollo server caching for a single query revolver so that it always fetch the data from source for revery request. We don’t want to change the default behaviour as it will make impact on other resolvers where we want to use caching. Can someone please help with suggestions or any npm package available for the same. Thanks in advance.

Thanks,
Kushal