Module: ShopifyGraphql::Query

Extended by:
ActiveSupport::Concern
Included in:
GetAppSubscription
Defined in:
lib/shopify_graphql/query.rb

Instance Method Summary collapse

Instance Method Details

#clientObject



12
13
14
# File 'lib/shopify_graphql/query.rb', line 12

def client
  @client ||= ShopifyGraphql::Client.new
end