OBJECT
Floorplan
Floorplan Type
link GraphQL Schema definition
- type Floorplan {
- # When the floorplan was created
- : ISO8601DateTime!
- # ID of the Floorplan
- : ID!
- # position of the Floorplan
- : Int
- # ID of the property
- : ID!
- # When the floorplan was last updated
- : ISO8601DateTime!
- # url of the Floorplan
- #
- # Arguments
- # width: [Not documented]
- # height: [Not documented]
- # smart: [Not documented]
- (: Int, : Int, : Boolean): String
- }