Domain
Represents API 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
The absolute URL of the API.
Member of
Shop object