import { ShopifyDomain } from '@daffodil/driver/shopify'
Represents a web address.
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: |