Module: ShopifyGraphql::Query
- Extended by:
- ActiveSupport::Concern, Forwardable
- Included in:
- CurrentShop, GetAppSubscription, GetBulkOperation
- Defined in:
- lib/shopify_graphql/query.rb
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
13 14 15 |
# File 'lib/shopify_graphql/query.rb', line 13 def client @client ||= ShopifyGraphql::Client.new end |