Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
BaseQualityCheckInput
Input object expected by the query or mutation
input BaseQualityCheckInput {
columnId: String
description: String
externalId: String!
name: String!
runAt: DateTime!
status: QualityStatus!
url: String
}
Fields
BaseQualityCheckInput.columnId ● String scalar general
Column id linked to the quality check.
BaseQualityCheckInput.description ● String scalar general
Quality check description
BaseQualityCheckInput.externalId ● String! non-null scalar general
The technical quality check identifier
BaseQualityCheckInput.name ● String! non-null scalar general
Quality check name
BaseQualityCheckInput.runAt ● DateTime! non-null scalar general
Time at which the quality check ran
BaseQualityCheckInput.status ● QualityStatus! non-null enum general
Status of the quality check
BaseQualityCheckInput.url ● String scalar general
Url of the quality check
Example
Member Of
UpsertQualityChecksInputinput