module ShopifyGraphql::Mutation

Public Instance Methods

call(**kwargs) click to toggle source
# File lib/shopify_graphql/mutation.rb, line 5
def call(**kwargs)
  new.call(**kwargs)
end
client() click to toggle source
# File lib/shopify_graphql/mutation.rb, line 12
def client
  @client ||= ShopifyGraphql::Client.new
end