Domain
Shop domain (host, full URL, SSL state)
type Domain {
host: String!
isSslEnabled: Boolean!
url: URL!
}
Fields
Domain.host ● String! non-null scalar
Host name (e.g. "shop.example.com")
Domain.isSslEnabled ● Boolean! non-null scalar
Whether HTTPS is enforced
Domain.url ● URL! non-null scalar
Full URL including protocol
Member Of
Shop object