[apollo federation] Can I add query arguments that I don't want exposed to the supergraph before the remote call?

My question is as in the title.

When configuring the gateway using apollo federation, there are query parameters that I do not want to expose to the supergraph.

Can I process this remotely like a hook resolver before request?