GitHub

ShopifyGetAllProductsGQL

import { ShopifyGetAllProductsGQL } from '@daffodil/driver/shopify'
@Injectable()
class ShopifyGetAllProductsGQL extends Apollo.Query<ShopifyGetAllProductsQuery, ShopifyGetAllProductsQueryVariables> {
  document: ShopifyGetAllProductsDocument
}

Properties

Name Type Description
document ShopifyGetAllProductsDocument