Schema

Scalars

Enums

Objects

Input Objects

Property (INPUT OBJECT)

Schema Definition

input Property {   # 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: PropertyUsage!   # Required for secondary occupation
utilities: PositiveInteger }