Class: ShopifyGraphql::Shop
- Inherits:
-
Object
- Object
- ShopifyGraphql::Shop
- Includes:
- Resource
- Defined in:
- lib/shopify_graphql/resources/shop.rb
Class Method Summary collapse
Class Method Details
.current ⇒ Object
6 7 8 9 10 11 12 13 14 15 16 17 18 |
# File 'lib/shopify_graphql/resources/shop.rb', line 6 def current execute " query {\n shop {\n id\n name\n myshopifyDomain\n description\n plan { displayName }\n }\n }\n GRAPHQL\nend\n" |