query FetchCheckRequest {
fetchCheckRequest(where: { externalId: "HPEXAMPLE" }) {
directorships {
list {
countryId
companyName
companyStatus
companyRegistrationNumber
companyRegistrationDate
companyRegisteredAddress
position
appointmentDate
resignationDate
}
files {
uri
mime
name
size
allow
}
}
}
}