Schema

Scalars

Enums

Objects

Input Objects

CreditCheckCase (OBJECT)

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

Schema Definition

type CreditCheckCase {   # The date and time the applicant gave consent for the credit check.
consentGivenAt: DateTime   # The residence history of the applicant.
residenceHistory: [ResidenceHistoryCase] }