If an applicant needs a reminder or has missed the initial communication, our system allows you to easily re-send notifications for compliance requests.
mutation ResendCheckRequest {
    resendCheckRequest(
        requestUuid: "unique-request-uuid"
    ) {
        email
        name
    }
}