OBJECT
Project
Project
link GraphQL Schema definition
- type Project {
- # 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
- # Agents of the Project
- #
- # 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): AgentConnection ( :
- # The automation trackers of a project
- #
- # 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!
- # When the project was created
- ISO8601DateTime! :
- # custom fields of the Project
- CustomField!] : [
- # Deals of the project
- #
- # 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.
- # offset: [Not documented]
- # limit: [Not documented]
- # orderBy: [Not documented]
- # updatedBefore: [Not documented]
- # updatedAfter: [Not documented]
- # filterSet: Find deals by filters
- (
- String, :
- String, :
- Int, :
- Int, :
- Int, :
- Int, :
- DealOrderEnum, :
- ISO8601DateTime, :
- ISO8601DateTime, :
- FilterSetAttributes :
- ): DealConnection
- # description of the Project
- String :
- # documents of the Project
- Document!] : [
- # formatted street line 1 of the Project
- String :
- # headline of the Project
- String :
- # ID of the Project
- ID! :
- # internal notes of the Project
- String :
- # name of the Project
- String :
- # permission of the Project
- Permission :
- # postcode of the Project
- Postcode :
- ProjectFloorplan!] : [
- ProjectImage!] : [
- # stages of the project
- ProjectStage!] : [
- # type of the project
- ProjectTypeEnum :
- # properties of the Project
- #
- # 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): PropertyConnection ( :
- # Realestate.com.au agency ID of the Project
- String :
- # Realestate.com.au project ID of the Project
- String :
- # audit logs of the Project
- Audit!] : [
- # The status of the project
- ProjectStatusEnum :
- # street of the Project
- String :
- # street number of the Project
- String :
- # Thumbnail square 150x150
- String :
- # When the project was last updated
- ISO8601DateTime! :
- }
link Require by
- CommercialCommercial Type
- CreateProjectPayloadAutogenerated return type of CreateProject
- DealAssociationnull
- DestroyProjectPayloadAutogenerated return type of DestroyProject
- Enquirynull
- LandLand Type
- Notenull
- ProjectConnectionThe connection type for Project.
- ProjectEdgeAn edge in a connection.
- ProjectStageProject Stage
- PropertyProperty
- QueryThe query root of this schema
- Recordnull
- ResidentialRentalResidential Rental Type
- ResidentialSaleResidential Sale Type
- TaskTask record
- UpdateProjectPayloadAutogenerated return type of UpdateProject