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]
- (
- : String,
- : String,
- : Int,
- : Int,
- : [ActivityFeedItemEnum!],
- : [NoteTypeEnum!],
- : [ActivityTypeEnum!],
- : Int,
- : Boolean,
- : [ActivityFeedScopesEnum!]
- ): ActivityFeedConnection
- # address of the Appraisal
- : Address
- # Advertising cost incurred by the client (including gst)
- : Float
- # Agent 1 ID
- : Agent
- # Agent 2 ID
- : Agent
- # When the appraisal was last appraised
- : ISO8601DateTime!
- # vendors of the Appraisal
- : [AppraisalVendor!]
- # Asking price
- : Money
- : 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
- (
- : String,
- : String,
- : Int,
- : Int,
- : [AutomationTrackerScopesEnum!],
- : AutomationTrackerOrderEnum
- ): AutomationTrackerConnection!
- # bathrooms of the Appraisal
- : Int
- # bedrooms of the Appraisal
- : Int
- # Business Name
- : String
- # Business turnover
- : Money
- # Business Year Built
- : Int
- # Number of carport spaces
- : Int
- # Commercial exclusivity
- : String
- # Commercial floor area
- : Int
- : CommercialFloorAreaUnitsEnum
- # Commercial lease expiry date
- : ISO8601DateTime
- # Commercial lease term
- : String
- : CommercialListingTypeEnum
- # Commercial occupancy title
- : String
- # Commercial outgoings
- : Int
- # Commercial parking comments
- : String
- # Commercial plus outgoings
- : Boolean
- # Commercial property name
- : String
- # Commercial PSM per annum max
- : Int
- # Commercial PSM per annum min
- : Int
- # Commercial Rental per annum
- : Int
- # Commercial ROI
- : Float
- # Commercial tax
- : String
- # Commercial tenancy
- : String
- # Commercial total car spaces
- : String
- # Commercial zoning
- : String
- # When the appraisal was last updated
- : ISO8601DateTime!
- # custom fields of the Appraisal
- : [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.
- (: String, : String, : Int, : Int): DealConnection
- # documents of the Appraisal
- : [Document!]
- # Eco Friendly features
- : [EcoFriendlyFeaturesEnum!]!
- # Enery efficiency rating
- : String
- # Number of ensuites
- : Int
- # Formatted address
- : String!
- # Number of garage spaces
- : Int
- # Heating Cooling features
- : [HeatingCoolingFeaturesEnum!]!
- # Home and land package
- : Boolean
- : HouseSizeUnitsEnum
- # House size
- : Int
- # ID of the Appraisal
- : ID!
- # Indoor features
- : [IndoorFeaturesEnum!]!
- # interest_level of the Appraisal
- : AppraisalInterestLevelEnum
- # Internal notes
- : String
- : LandCrossOverEnum
- # Land frontage
- : Float
- # Land left depth
- : Float
- # Land rear depth
- : Float
- # Land right depth
- : Float
- # Land size
- : Float
- : LandSizeUnitsEnum
- # Latitude of property
- : Float
- # ledger on the appraisal
- : Ledger
- # listing Type of the Appraisal
- : ListingTypeEnum
- # Number of living areas
- : Int
- # Longitude of property
- : Float
- # lot no of the Appraisal
- : String
- # Max Price
- : Money
- # Min Price
- : Money
- # 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
- (
- : String,
- : String,
- : Int,
- : Int,
- : [NoteTypeEnum!]
- ): NoteConnection
- # Number of open car spaces
- : Int
- # Other features
- : String
- # Outdoor features
- : [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.
- (: String, : String, : Int, : Int): PaymentRequestConnection
- # permission of the Appraisal
- : Permission
- # postcode of the Appraisal
- : Postcode
- # property of the Appraisal
- : Property
- : PropertyTypeEnum
- # audit logs of the appraisal
- : [Audit!]
- # Rental allowances
- : String
- # Rental per week
- : Money
- # Annual rainfall
- : String
- # Rural carrying capacity
- : String
- # Council rates
- : String
- # Rural Fencing
- : String
- # Improvements
- : String
- # Irrigation
- : String
- # Rural Services
- : String
- # Soil types
- : String
- # saleOrRent of the Appraisal
- : SaleOrRentEnum
- # status of the Appraisal
- : AppraisalStatusEnum
- # street of the Appraisal
- : String
- # street no of the Appraisal
- : String
- # Number of toilets
- : Int
- # Total number of car spaces
- : Int
- # unit of the Appraisal
- : String
- # When the appraisal was created
- : ISO8601DateTime!
- }
link Require by
- AddressAddress
- AppraisalConnectionThe connection type for Appraisal.
- AppraisalEdgeAn edge in a connection.
- AppraisalVendorAppraisal Vendor Type
- CreateAppraisalPayloadAutogenerated return type of CreateAppraisal
- DealAssociationnull
- DestroyAppraisalPayloadAutogenerated return type of DestroyAppraisal
- Enquirynull
- EventEvent record
- Notenull
- PaymentRequestPayment request record
- PropertyProperty
- QueryThe query root of this schema
- Recordnull
- TaskTask record
- UpdateAppraisalPayloadAutogenerated return type of UpdateAppraisal