Schema

Scalars

Enums

Objects

Input Objects

ResidentialCase (OBJECT)

Schema Definition

type ResidentialCase {   # It shows which adviser created the case. Used when sharing the case with a third party
adviserOriginator: Advisor applicants: [ApplicantCase!]!   # It shows which company created the case. Used when sharing the case with a third party
companyOriginator: Company loan: LoanCase! preference: PreferenceCase properties: [PropertyCase!]! }