Copy
query FetchCheckRequest {
fetchCheckRequest(where: { externalId: "HPEXAMPLE" }) {
financialChecks {
list {
countryId
disclosedHistory
supportingComment
facingInsolvency
numberOfInsolvenciesLast6Years
numberOfSatisfiedCountyCourtJudgments
numberOfActiveCountyCourtJudgments
totalValueOfActiveCountyCourtJudgments
findingsType
number
court
value
judgmentDate
satisfiedDate
noticesOfCorrection
noticesOfDispute
}
files {
uri
mime
name
size
allow
}
}
}
}