GitHub

Domain

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

Represents a web address.

type Domain = {
    __typename?: 'Domain';
    host: Scalars['String']['output'];
    sslEnabled: Scalars['Boolean']['output'];
    url: Scalars['URL']['output'];
}