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