OBJECT

Domain

Represents a web address.

link GraphQL Schema definition

  • 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!
  • }