OBJECT

HttpsStatusStatistics

Statistics of all children websites that have HTTPS enabled or not

link GraphQL Schema definition

  • type HttpsStatusStatistics {
  • # Number of children websites that have HTTPS enabled
  • https: Int!
  • # Number of children websites that have HTTPS disabled
  • notHttps: Int!
  • }

link Require by