Method: EPlat::ShopifyWebhook::Product.graphql_fields
- Defined in:
- lib/e_plat/resource/platform_specific/shopify_webhook/product.rb
.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 |