Schema

Scalars

Enums

Objects

Input Objects

BtlCase (OBJECT)

Schema Definition

type BtlCase {   # It shows which adviser created the case. Used when sharing the case with a third party
adviserOriginator: Advisor applicants: [BtlApplicantCase!]!   # It shows which company created the case. Used when sharing the case with a third party
companyOriginator: Company loan: BtlLoanCase! personalDetails: BtlPersonalDetailsCase! properties: [BtlPropertyCase!]! propertyCost: BtlPropertyCostCase! }