Domain
Represents shop's domain.
type Domain {
host: String!
sslEnabled: Boolean!
url: String!
}
Fields
Domain.host ● String! non-null scalar
The host name of the domain.
Domain.sslEnabled ● Boolean! non-null scalar
Inform if SSL is enabled.
Domain.url ● String! non-null scalar
Shop's absolute URL.
Member of
Shop object
Was this page helpful?