ShopifyStore
No description
type ShopifyStore {
domain: String!
paymentMethod: String!
accountId: String
countryStores: [CountryStore!]
testMode: Boolean
createOrderOnTimeout: Boolean
}
Fields
ShopifyStore.domain ● String! non-null scalar
ShopifyStore.paymentMethod ● String! non-null scalar
ShopifyStore.accountId ● String scalar
ShopifyStore.countryStores ● [CountryStore!] list object
ShopifyStore.testMode ● Boolean scalar
ShopifyStore.createOrderOnTimeout ● Boolean scalar
Member Of
ShopifyStoresConnection object