CDVResultPayload
The result of the CDV check. If the check failed a code & human-readable message will be included.
type CDVResultPayload {
result: CDVResult!
code: CDVInvalidCode
message: String
}
The result of the CDV check. If the check failed a code & human-readable message will be included.
type CDVResultPayload {
result: CDVResult!
code: CDVInvalidCode
message: String
}
CDVResultPayload.result ● CDVResult! non-null enumCDVResultPayload.code ● CDVInvalidCode enumCDVResultPayload.message ● String scalar