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]
  • activityFeed(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • activityFeedItemType: [ActivityFeedItemEnum!],
  • noteType: [NoteTypeEnum!],
  • activityType: [ActivityTypeEnum!],
  • limit: Int,
  • pinned: Boolean,
  • scopes: [ActivityFeedScopesEnum!]
  • ): ActivityFeedConnection
  • # appraisal of the Address
  • #
  • # Arguments
  • # appraisalVendorContactId: appraisal vendor contact id
  • appraisal(appraisalVendorContactId: 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
  • automationTrackers(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • scopes: [AutomationTrackerScopesEnum!],
  • orderBy: AutomationTrackerOrderEnum
  • ): AutomationTrackerConnection!
  • # number of bathrooms for the address
  • bathrooms: Int
  • # number of bedrooms for the address
  • bedrooms: Int
  • # Business name of the address
  • businessName: String
  • # number of car spaces for the address
  • carSpaces: Int
  • # Number of carport spaces
  • carportSpaces: Int
  • # Commercial floor area of the address
  • commercialFloorArea: Int
  • # Max commercial floor area of the address
  • commercialFloorAreaMax: Int
  • # Commercial floor area units of the address
  • commercialFloorAreaUnits: CommercialFloorAreaUnitsEnum
  • # office area of the address
  • commercialOfficeArea: Float
  • # warehouse area of the address
  • commercialWarehouseArea: Float
  • # zoning of the address
  • commercialZoning: String
  • # contracts of the Address
  • #
  • # Arguments
  • # purchaserId: purchaser id of the contract
  • # vendorId: vendor id of the property
  • contracts(purchaserId: [ID!], vendorId: [ID!]): [Contract!]
  • # CoreLogic ID
  • corelogicId: String
  • # CoreLogic rental CMA URL
  • corelogicRentalCmaUrl: String
  • # CoreLogic sales CMA URL
  • corelogicSalesCmaUrl: String
  • # CoreLogic URL
  • corelogicUrl: String
  • # country of the Address
  • country: String
  • # When the address was last updated
  • createdAt: ISO8601DateTime!
  • # customFields of the Address
  • customFields: [CustomField!]
  • # data provider of the address
  • dataProvider: 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.
  • deals(after: String, before: String, first: Int, last: Int): DealConnection
  • # documents of the Address
  • documents: [Document!]
  • # formatted street line 1 of the Address - Business name if a business or unit
  • # number, street
  • formattedAddress: String
  • # formatted full address of the Address - Business name if a business or unit
  • # number, street, suburb, state and postcode
  • formattedFullAddress: String
  • # Number of garage spaces
  • garageSpaces: Int
  • # ID of the Address
  • id: ID!
  • # Internal notes of the address
  • internalNotes: String
  • # Land size of the address
  • landSize: String
  • # The units of the land size
  • landSizeUnits: String
  • # Last time Address was contacted
  • lastContacted: ISO8601DateTime
  • # latest sold property of the Address
  • latestSoldProperty: Property
  • # latitude of the Address
  • latitude: Float
  • # longitude of the Address
  • longitude: Float
  • # lot no of the Address
  • lotNo: String
  • # municipality of the address
  • municipality: String
  • # Number of open car spaces
  • openCarSpaces: 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
  • ownerships(current: Boolean, limit: Int): [Ownership!]
  • # permission of the Address
  • permission: Permission
  • # postcode of the Address
  • postcode: Postcode
  • # PriceFinder ID
  • pricefinderId: String
  • # PriceFinder rental CMA URL
  • pricefinderRentalCmaUrl: String
  • # PriceFinder sales CMA URL
  • pricefinderSalesCmaUrl: String
  • # PriceFinder URL
  • pricefinderUrl: 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)
  • properties(
  • after: String,
  • before: String,
  • first: Int,
  • last: Int,
  • contactId: [ID!]
  • ): PropertyConnection
  • # property_tags of the Address
  • propertyTags: [PropertyTag!]
  • # property_type of the Address
  • propertyType: String
  • # audit logs of the address
  • recentAudits: [Audit!]
  • # street of the Address
  • street: String
  • # street no of the Address
  • streetNo: String
  • # tenancies of the Address
  • #
  • # Arguments
  • # current: return tenancies that are current or ceased, omit
  • # argument to return both
  • tenancies(current: Boolean): [Tenancy!]
  • # Thumbnail square 300x300
  • thumbnailSquare: String
  • # Unit no of the address
  • unit: String
  • # When the address was created
  • updatedAt: ISO8601DateTime!
  • }