OBJECT

ElevationFloorplans

Use this type when you are interested in getting all the floorplans for a given <communityName, planName, elevationName> tuple. Floorplans are grouped by story.

link GraphQL Schema definition

  • type ElevationFloorplans {
  • communityId: Int!
  • planId: Int!
  • elevationId: Int!
  • defaultFloor: Int
  • stories: [Story]
  • }

link Require by