OBJECT

Floorplan

Floorplan Type

link GraphQL Schema definition

  • type Floorplan {
  • # When the floorplan was created
  • createdAt: ISO8601DateTime!
  • # ID of the Floorplan
  • id: ID!
  • # position of the Floorplan
  • position: Int
  • # ID of the property
  • propertyId: ID!
  • # When the floorplan was last updated
  • updatedAt: ISO8601DateTime!
  • # url of the Floorplan
  • #
  • # Arguments
  • # width: [Not documented]
  • # height: [Not documented]
  • # smart: [Not documented]
  • url(width: Int, height: Int, smart: Boolean): String
  • }