Domain
Represents API domain.
type Domain {
  host: String!
  sslEnabled: Boolean!
  url: String!
}
Fields
Domain.host ● String! non-null scalar miscellaneous
The host name of the domain.
Domain.sslEnabled ● Boolean! non-null scalar miscellaneous
Inform if SSL is enabled.
Domain.url ● String! non-null scalar miscellaneous
The absolute URL of the API.
Member Of
Shop object