Method: EPlat::Shopify::Product::Image.graphql_fields
- Defined in:
- lib/e_plat/resource/platform_specific/shopify/product/image.rb
.graphql_fields ⇒ Object
3 4 5 6 7 8 9 10 11 12 13 |
# File 'lib/e_plat/resource/platform_specific/shopify/product/image.rb', line 3 def self.graphql_fields @@graphql_fields ||= " id\n altText\n width\n height\n url\n GRAPHQL\n\nend\n".freeze |