import { ShopifyDomain } from '@daffodil/driver/shopify'
A web address associated with a shop. The Shop object's primaryDomain field returns this to identify the shop's online store URL.
interface ShopifyDomain {
__typename: "Domain"
host: string
sslEnabled: boolean
url: Scalars['URL']['output']
}
__typename "Domain" |
|---|
host string |
|---|
The host name of the domain (eg: |
sslEnabled boolean |
|---|
Whether SSL is enabled or not. |
url Scalars['URL']['output'] |
|---|
The URL of the domain (eg: |