stores #
stores(sort: Sort, pagination: Pagination) [Store]
Example #
query stores($sort: Sort, $pagination: Pagination){
stores(sort: $sort, pagination: $pagination) {
id
name
title
description
tags
metaName
metaDescription
metaTags
logo
logoPath
favicon
faviconPath
bannerImage
bannerImagePath
isOpen
isCustomerLoyaltyEnabled
currency
website
supportEmail
supportPhone
createdAt
updatedAt
street
streetOptional
city
state
postcode
location {
id
name
shortCode
}
}
}