Hi @rezaansyed
How would you set up the Apollo client version if importing the Provider component from ‘@shopify/app-bridge-react’?
For the code:
fetch: authenticatedFetch(app)
Can the app component be directly replaced by the Provider component? I tried the hook useAppBridge to access the app component as per the npm page for @shopify/app-bridge-react, but this didn’t seem to work.
Appreciate your feedback.