Skip to main content

WebReport

A web report is a report of the website.

type WebReport {
baseUrl: String!
status: WebReportStatus!
statusCode: String
statusMessage: String
riskCategory: String
restricted: Boolean
}

Fields

WebReport.baseUrl ● String! non-null scalar

The base URL of the website.

WebReport.status ● WebReportStatus! non-null enum

The status of the web report.

WebReport.statusCode ● String scalar

The status code of the web report.

WebReport.statusMessage ● String scalar

The status message of the web report.

WebReport.riskCategory ● String scalar

The risk category of the website.

WebReport.restricted ● Boolean scalar

Whether the website belongs to a restricted category.

Returned By

validateWebsite mutation ● webReport query