ShopifyStoresConnection
Paginated list of Shopify shops connected to the account.
type ShopifyStoresConnection {
items: [ShopifyStore!]!
nextToken: String
}
Fields
ShopifyStoresConnection.items ● [ShopifyStore!]! non-null object
Page of Shopify shop installations.
ShopifyStoresConnection.nextToken ● String scalar
Pagination cursor. Pass back as token to fetch the next page. null when there are no more results.
Returned By
shopifyStores query