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
}
result ● CDVResult! non-null enumcode ● CDVInvalidCode enummessage ● String scalar