Schema

Scalars

Enums

Objects

Input Objects

BtlProperty (INPUT OBJECT)

Schema Definition

input BtlProperty {   # Required for properties for let
agencyFees: PositiveInteger   # Required for properties for let
allowanceForRentalVoids: PositiveInteger buyToLet: Boolean   # Required for secondary occupation
councilTax: PositiveInteger   # Required for properties for let
foreignIncome: Boolean   # Gross monthly rental income of the property
grossRent: PositiveInteger groundRentServiceCharge: PositiveInteger hmo: Boolean   # Required for properties not for owner occupation
maintenance: PositiveInteger mortgage: Mortgage otherMonthlyCosts: PositiveInteger usage: BtlPropertyUsage!   # Required for secondary occupation
utilities: PositiveInteger }