Domain
Represents shop's domain.
type Domain {
host: String!
url: String!
}
Fields
Domain.host ● String! non-null scalar
The host name of the domain.
Domain.url ● String! non-null scalar
Shop's absolute URL.
Member Of
Shop object