GitHub

ShopifyGetAllProductsGQL

import { ShopifyGetAllProductsGQL } from '@daffodil/driver/shopify'

@Injectable()
class ShopifyGetAllProductsGQL extends Apollo.Query<ShopifyGetAllProductsQuery, ShopifyGetAllProductsQueryVariables> {
  document: TypedDocumentNode<unknown, unknown> = ShopifyGetAllProductsDocument
}