class ShopifyAPI::Webhooks::Registrations::Http

def mutation_name(webhook_id)

def mutation_name(webhook_id)
  webhook_id ? "webhookSubscriptionUpdate" : "webhookSubscriptionCreate"
end