query FetchCheckRequest {
    fetchCheckRequest(where: { externalId: "HPEXAMPLE" }) {
        identity {
            list {
                passportNumber
                passportCountryId
                passportIssueDate
                passportExpiryDate
                passportFileId
                nationalIdentityCardNumber
                nationalIdentityCardCountryId
                nationalIdentityCardIssueDate
                nationalIdentityCardExpiryDate
                nationalIdentityCardFileId
                drivingLicenceNumber
                drivingLicenceCountryId
                drivingLicenceIssueDate
                drivingLicenceExpiryDate
                drivingLicenceFileId
                globalAuth
                globalIdsp
                globalLevel
                globalPolicy
                globalProfile
                passportFile
                nationalIdentityCardFile
                drivingLicenceFile
            }
            files {
                name
                uri
                size
                mime
            }
        }
    }
}