1.0.0 • Published 8 months ago

@mtcmedia/shopify-apollo v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@mtcmedia/shopify-apollo

This is a library that used inside API Client to handle all apollo query related for shopify This also a step forward when we migrate to all queries should be handle by apollo client

Usage

import { createShopifyApollo, getShopifyApolloAPIs } from '@mtcmedia/shopify-apollo'

const client = createShopifyApollo(settings)

apiClientFactory({
    ...
    api: {
        ...getShopifyApolloAPIs() // This will include all the APIs coming from Shopify Apollo like e.g searchProduct
    }
    ...
})