Schema

Scalars

Enums

Objects

Input Objects

CreditCheck (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 CreditCheck {   # The date and time the applicant gave consent for the credit check.
consentGivenAt: DateTime!   # The residence history of the applicant.
residenceHistory: [ResidenceHistory!]! }