OBJECT
Represents a web address.
type Domain {# The host name of the domain (eg: `example.com`).host: String! # Whether SSL is enabled or not.sslEnabled: Boolean! # The URL of the domain (eg: `https://example.com`).url: URL! }