GitHub

ShopifyDomain

interface

import { ShopifyDomain } from '@daffodil/driver/shopify'

Represents a web address.

interface ShopifyDomain {
  __typename: "Domain"
  host: string
  sslEnabled: boolean
  url: Scalars['URL']['output']
}

Properties

__typename
"Domain"
host
string

The host name of the domain (eg: example.com).

sslEnabled
boolean

Whether SSL is enabled or not.

url
Scalars['URL']['output']

The URL of the domain (eg: https://example.com).