You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
Hello,
In react-apollo you set httplink with URL.
How to set set this constant with shopify_domain vars ?
const httpLink = createHttpLink({ uri: MyURL })
const middlewareLink = setContext(() => ({
headers: {
'X-Shopify-Storefront-Access-Token': MyToken
}
}))
All the best,
ToM
The text was updated successfully, but these errors were encountered: