Queries
shopifyApp
Returns information about the Rye’s Shopify App.
For example, if the store’s canonical URL is https://abc.myshopify.com, then the domain is abc.myshopify.com, all lowercased.
As the number of products may be significantly large, it’s recommended to paginate through the results.
AmazonProduct
and ShopifyProduct
returned by this query have similarities and differences that are compared in detail here
Arguments
storeCanonicalDomain
String!
requiredThe store’s canonical domain URL.
Returns
ShopifyApp.*
ShopifyApp!
requiredAny requested field from the ShopifyApp
object.
Usage
Was this page helpful?