How to perform offline admin access in a Remix app?

I am currently attempting to make a graphql mutation/query on a shop using offline access. I have created my app on top of the remix template so i believe i already have the framework to do so.

However, I am seeing in the documentation that to make an offline query, a (request) must still be passed into the “authenticate.admin(request)”. However, this request will be coming from the backend of my app and not the merchant on the frontend.

Can anyone point me in the right direction? Thanks!

1 Like