Schema

Scalars

Enums

Objects

Input Objects

CreditCheckDraft (INPUT OBJECT)

Input type for credit check for an applicant. A residence history of three years is required for a credit check. Subject to explicit consent of the applicant.

Schema Definition

input CreditCheckDraft {   # The date and time the applicant gave consent for the credit check. This is required in order to perform a credit check.
consentGivenAt: DateTime   # The residence history of the applicant.
residenceHistory: [ResidenceHistoryDraft!] }