Method: ShopifyAPI.metafields
- Defined in:
- lib/shopifydev/shopify_api/caches.rb
.metafields(opts = {limit: 250}) ⇒ Object
157 158 159 160 161 162 |
# File 'lib/shopifydev/shopify_api/caches.rb', line 157 def (opts={limit: 250}) return if warn_site ||= nil = fetch_cache(ShopifyAPI::Metafield, opts, ) end |