OBJECT

Appraisal

Appraisal

link GraphQL Schema definition

  • type Appraisal {
  • # Activity feed items
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # activityFeedItemType: [Not documented]
  • # noteType: [Not documented]
  • # activityType: [Not documented]
  • # limit: [Not documented]
  • # pinned: [Not documented]
  • # scopes: [Not documented]
  • activityFeed(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • activityFeedItemType: [ActivityFeedItemEnum!],
  • noteType: [NoteTypeEnum!],
  • activityType: [ActivityTypeEnum!],
  • limit: Int,
  • pinned: Boolean,
  • scopes: [ActivityFeedScopesEnum!]
  • ): ActivityFeedConnection
  • # address of the Appraisal
  • address: Address
  • # Advertising cost incurred by the client (including gst)
  • advertisingCost: Float
  • # Agent 1 ID
  • agent1: Agent
  • # Agent 2 ID
  • agent2: Agent
  • # When the appraisal was last appraised
  • appraisalDate: ISO8601DateTime!
  • # vendors of the Appraisal
  • appraisalVendors: [AppraisalVendor!]
  • # Asking price
  • askingPrice: Money
  • authority: PropertyAuthorityEnum
  • # The automation trackers of an appraisal
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # scopes: scopes of the automation trackers
  • # orderBy: order of the automation trackers
  • automationTrackers(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • scopes: [AutomationTrackerScopesEnum!],
  • orderBy: AutomationTrackerOrderEnum
  • ): AutomationTrackerConnection!
  • # bathrooms of the Appraisal
  • bathrooms: Int
  • # bedrooms of the Appraisal
  • bedrooms: Int
  • # Business Name
  • businessName: String
  • # Business turnover
  • businessTurnover: Money
  • # Business Year Built
  • businessYearBuilt: Int
  • # Number of carport spaces
  • carportSpaces: Int
  • # Commercial exclusivity
  • commercialExclusivity: String
  • # Commercial floor area
  • commercialFloorArea: Int
  • commercialFloorAreaUnits: CommercialFloorAreaUnitsEnum
  • # Commercial lease expiry date
  • commercialLeaseExpiryDate: ISO8601DateTime
  • # Commercial lease term
  • commercialLeaseTerm: String
  • commercialListingType: CommercialListingTypeEnum
  • # Commercial occupancy title
  • commercialOccupancyTitle: String
  • # Commercial outgoings
  • commercialOutgoings: Int
  • # Commercial parking comments
  • commercialParkingComments: String
  • # Commercial plus outgoings
  • commercialPlusOutgoings: Boolean
  • # Commercial property name
  • commercialPropertyName: String
  • # Commercial PSM per annum max
  • commercialPsmPaMax: Int
  • # Commercial PSM per annum min
  • commercialPsmPaMin: Int
  • # Commercial Rental per annum
  • commercialRentalPerAnnum: Int
  • # Commercial ROI
  • commercialRoi: Float
  • # Commercial tax
  • commercialTax: String
  • # Commercial tenancy
  • commercialTenancy: String
  • # Commercial total car spaces
  • commercialTotalCarSpaces: String
  • # Commercial zoning
  • commercialZoning: String
  • # When the appraisal was last updated
  • createdAt: ISO8601DateTime!
  • # custom fields of the Appraisal
  • customFields: [CustomField!]
  • # deals of the appraisal
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • deals(after: String, before: String, first: Int, last: Int): DealConnection
  • # documents of the Appraisal
  • documents: [Document!]
  • # Eco Friendly features
  • ecoFriendlyFeatures: [EcoFriendlyFeaturesEnum!]!
  • # Enery efficiency rating
  • energyEfficiencyRating: String
  • # Number of ensuites
  • ensuites: Int
  • # Formatted address
  • formattedAddress: String!
  • # Number of garage spaces
  • garageSpaces: Int
  • # Heating Cooling features
  • heatingCoolingFeatures: [HeatingCoolingFeaturesEnum!]!
  • # Home and land package
  • homeAndLandPackage: Boolean
  • houseSizeUnits: HouseSizeUnitsEnum
  • # House size
  • houseSizes: Int
  • # ID of the Appraisal
  • id: ID!
  • # Indoor features
  • indoorFeatures: [IndoorFeaturesEnum!]!
  • # interest_level of the Appraisal
  • interestLevel: AppraisalInterestLevelEnum
  • # Internal notes
  • internalNotes: String
  • landCrossOver: LandCrossOverEnum
  • # Land frontage
  • landFrontage: Float
  • # Land left depth
  • landLeftDepth: Float
  • # Land rear depth
  • landRearDepth: Float
  • # Land right depth
  • landRightDepth: Float
  • # Land size
  • landSize: Float
  • landSizeUnits: LandSizeUnitsEnum
  • # Latitude of property
  • latitude: Float
  • # ledger on the appraisal
  • ledger: Ledger
  • # listing Type of the Appraisal
  • listingType: ListingTypeEnum
  • # Number of living areas
  • livingAreas: Int
  • # Longitude of property
  • longitude: Float
  • # lot no of the Appraisal
  • lotNo: String
  • # Max Price
  • maxPrice: Money
  • # Min Price
  • minPrice: Money
  • # Municipality
  • municipality: String
  • # notes of the Appraisal
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • # noteType: note type of the notes
  • notes(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • noteType: [NoteTypeEnum!]
  • ): NoteConnection
  • # Number of open car spaces
  • openCarSpaces: Int
  • # Other features
  • otherFeatures: String
  • # Outdoor features
  • outdoorFeatures: [OutdoorFeaturesEnum!]!
  • # RelloPay payment requests for the appraisal
  • #
  • # Arguments
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # before: Returns the elements in the list that come before the
  • # specified cursor.
  • # first: Returns the first _n_ elements from the list.
  • # last: Returns the last _n_ elements from the list.
  • paymentRequests(after: String, before: String, first: Int, last: Int): PaymentRequestConnection
  • # permission of the Appraisal
  • permission: Permission
  • # postcode of the Appraisal
  • postcode: Postcode
  • # property of the Appraisal
  • property: Property
  • propertyType: PropertyTypeEnum
  • # audit logs of the appraisal
  • recentAudits: [Audit!]
  • # Rental allowances
  • rentalAllowances: String
  • # Rental per week
  • rentalPerWeek: Money
  • # Annual rainfall
  • ruralAnnualRainfall: String
  • # Rural carrying capacity
  • ruralCarryingCapacity: String
  • # Council rates
  • ruralCouncilRates: String
  • # Rural Fencing
  • ruralFencing: String
  • # Improvements
  • ruralImprovements: String
  • # Irrigation
  • ruralIrrigation: String
  • # Rural Services
  • ruralServices: String
  • # Soil types
  • ruralSoilTypes: String
  • # saleOrRent of the Appraisal
  • saleOrRent: SaleOrRentEnum
  • # status of the Appraisal
  • status: AppraisalStatusEnum
  • # street of the Appraisal
  • street: String
  • # street no of the Appraisal
  • streetNo: String
  • # Number of toilets
  • toilets: Int
  • # Total number of car spaces
  • totalCarSpaces: Int
  • # unit of the Appraisal
  • unit: String
  • # When the appraisal was created
  • updatedAt: ISO8601DateTime!
  • }