Only one of invokeRemote or resolver can be used in frontend?

Hi,

It seems to be that we can only use endpoint or resolver in the frontend but not both? Can someone confirm this understanding please?

The ‘resolver’ field in the manifest can take either an endpoint or a function, but not both.
So if I have to call a remote backend and use resolvers, my only option is to call the remote from the resolver?