UNPKG

gatsby-plugin-apollo-shopify

Version:

Gatsby plugin which injects a Shopify Apollo Client into the browser.

4 lines (3 loc) 148 B
require(`isomorphic-fetch`); const preferDefault = m => m && m.default || m; exports.wrapRootElement = preferDefault(require(`./inject-provider`));