Class: EPlat::ShopifyWebhook::Product
- Inherits:
-
Product
- Object
- Product
- EPlat::ShopifyWebhook::Product
- Defined in:
- lib/e_plat/resource/platform_specific/shopify_webhook/product.rb
Defined Under Namespace
Classes: Image, Option, Variant
Class Method Summary collapse
Class Method Details
.graphql_fields ⇒ Object
8 9 10 11 |
# File 'lib/e_plat/resource/platform_specific/shopify_webhook/product.rb', line 8 def self.graphql_fields warn "this is a cached webhook. request a live resource instead" EPlat::Shopify::Product.graphql_fields end |