OBJECT
Lot
externalId - an external identifier that matches to an instance of type Lot
link GraphQL Schema definition
- type Lot {
- : Int!
- : String
- : Int
- : String!
- : String
- : LotSalesStatus!
- : String
- : String
- : Int
- : Float
- : String
- : GaragePosition
- # Arguments
- # clientName:
- (: String!): Inventory
- : Float
- : Float
- : String
- : String
- : String
- : Zip
- : String
- : String
- : LotSiteplanInfo
- # Retrive the name of the associated siteplan.
- #
- # Arguments
- # clientName:
- (: String!): String
- # Retrieve excluded plan-elevations for this lot.
- #
- # Arguments
- # clientName:
- (: String!): [PlanElevation]
- # Retrieve available plan-elevations for this lot (base elevation-plans with
- # excluded ones removed).
- #
- # Arguments
- # clientName:
- (: String!): [PlanElevation]
- # Retrieve excluded schemes for this lot.
- #
- # Arguments
- # clientName:
- (: String!): [Scheme]
- # Retrieve available schemes for this lot (base schemes with excluded ones
- # removed).
- #
- # Arguments
- # clientName:
- (: String!): [Scheme]
- # Retrieve associated siteplan info
- : Siteplan
- }