OBJECT
Address
Address
link GraphQL Schema definition
- type Address {
- # 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
- # appraisal of the Address
- #
- # Arguments
- # appraisalVendorContactId: appraisal vendor contact id
- ID): [Appraisal!] ( :
- # The automation trackers of an address
- #
- # 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!
- # number of bathrooms for the address
- Int :
- # number of bedrooms for the address
- Int :
- # Business name of the address
- String :
- # number of car spaces for the address
- Int :
- # Number of carport spaces
- Int :
- # Commercial floor area of the address
- Int :
- # Max commercial floor area of the address
- Int :
- # Commercial floor area units of the address
- CommercialFloorAreaUnitsEnum :
- # office area of the address
- Float :
- # warehouse area of the address
- Float :
- # zoning of the address
- String :
- # contracts of the Address
- #
- # Arguments
- # purchaserId: purchaser id of the contract
- # vendorId: vendor id of the property
- ID!], : [ID!]): [Contract!] ( : [
- # CoreLogic ID
- String :
- # CoreLogic rental CMA URL
- String :
- # CoreLogic sales CMA URL
- String :
- # CoreLogic URL
- String :
- # country of the Address
- String :
- # When the address was last updated
- ISO8601DateTime! :
- # customFields of the Address
- CustomField!] : [
- # data provider of the address
- String :
- # deals of the address
- #
- # 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 Address
- Document!] : [
- # formatted street line 1 of the Address - Business name if a business or unit
- # number, street
- String :
- # formatted full address of the Address - Business name if a business or unit
- # number, street, suburb, state and postcode
- String :
- # Number of garage spaces
- Int :
- # ID of the Address
- ID! :
- # Internal notes of the address
- String :
- # Land size of the address
- String :
- # The units of the land size
- String :
- # Last time Address was contacted
- ISO8601DateTime :
- # latest sold property of the Address
- Property :
- # latitude of the Address
- Float :
- # longitude of the Address
- Float :
- # lot no of the Address
- String :
- # municipality of the address
- String :
- # Number of open car spaces
- Int :
- # ownerships of the Address
- #
- # Arguments
- # current: return ownerships that are current or ceased, omit
- # argument to return both
- # limit: limit the number of owners returned
- Boolean, : Int): [Ownership!] ( :
- # permission of the Address
- Permission :
- # postcode of the Address
- Postcode :
- # PriceFinder ID
- String :
- # PriceFinder rental CMA URL
- String :
- # PriceFinder sales CMA URL
- String :
- # PriceFinder URL
- String :
- # properties of the Address
- #
- # 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.
- # contactId: properties with the given contact (Vendor)
- (
- String, :
- String, :
- Int, :
- Int, :
- ID!] : [
- ): PropertyConnection
- # property_tags of the Address
- PropertyTag!] : [
- # property_type of the Address
- String :
- # audit logs of the address
- Audit!] : [
- # street of the Address
- String :
- # street no of the Address
- String :
- # tenancies of the Address
- #
- # Arguments
- # current: return tenancies that are current or ceased, omit
- # argument to return both
- Boolean): [Tenancy!] ( :
- # Thumbnail square 300x300
- String :
- # Unit no of the address
- String :
- # When the address was created
- ISO8601DateTime! :
- }
link Require by
- AddressConnectionThe connection type for Address.
- AddressEdgeAn edge in a connection.
- AppraisalAppraisal
- CreateAddressPayloadAutogenerated return type of CreateAddress
- CreateProspectingAddressesPayloadAutogenerated return type of CreateProspectingAddresses
- DealAssociationnull
- DestroyAddressPayloadAutogenerated return type of DestroyAddress
- Enquirynull
- EventEvent record
- Notenull
- OwnershipOwnership record
- PropertyProperty
- QueryThe query root of this schema
- Recordnull
- TaskTask record
- TenancyTenancy record
- UpdateAddressPayloadAutogenerated return type of UpdateAddress