OBJECT
ProjectStage
Project Stage
link GraphQL Schema definition
- type ProjectStage {
- # 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
- # When the project stage construction was completed
- ISO8601DateTime :
- # When the project stage construction was started
- ISO8601DateTime :
- # When the project stage was created
- ISO8601DateTime! :
- # Deals of the project stage
- #
- # 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 stage
- String :
- # documents of the Project stage
- Document!] : [
- # headline of the Project stage
- String :
- # ID of the Project stage
- ID! :
- # name of the Project stage
- String :
- # project of the Project stage
- Project :
- ProjectStageFloorplan!] : [
- ProjectStageImage!] : [
- # properties of the Project stage
- #
- # 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 ( :
- # When the project stage was released
- ISO8601DateTime :
- # The status of the project stage
- ProjectStatusEnum :
- # Thumbnail square 150x150
- String :
- # When the project stage title was issued
- ISO8601DateTime :
- # When the project stage was last updated
- ISO8601DateTime! :
- }
link Require by
- CommercialCommercial Type
- CreateProjectStagePayloadAutogenerated return type of CreateProjectStage
- DealAssociationnull
- DestroyProjectStagePayloadAutogenerated return type of DestroyProjectStage
- Enquirynull
- LandLand Type
- Notenull
- ProjectProject
- ProjectStageConnectionThe connection type for ProjectStage.
- ProjectStageEdgeAn edge in a connection.
- PropertyProperty
- QueryThe query root of this schema
- Recordnull
- ResidentialRentalResidential Rental Type
- ResidentialSaleResidential Sale Type
- TaskTask record
- UpdateProjectStagePayloadAutogenerated return type of UpdateProjectStage