Returns

ShopifyApp.*
required

Any requested field from the ShopifyApp object.


Example

query GetShopifyAppInfo {
  shopifyApp {
    installationLink(storeCanonicalDomain: "dear-media-shop.myshopify.com") {
      url
    }
  }
}

Notes

  • The installationLink property can take either one of a store’s canonical or storefront domains. Read more about Shopify domains here.