OBJECT

FloorplanGroup

link GraphQL Schema definition

  • type FloorplanGroup {
  • id: Int!
  • groupType: FloorplanGroupType!
  • name: String
  • # Arguments
  • # clientName:
  • primary(clientName: String!): [Floorplan]
  • # Arguments
  • # clientName:
  • members(clientName: String!): [Floorplan]
  • # Arguments
  • # clientName:
  • communities(clientName: String!): [Community]
  • isAutoRenderIndex: Boolean
  • # The FloorplanGroup.elevations resolver retrieves an array of all elevations that
  • # the floorplan group is assigned to. However, if filters.communityId is defined,
  • # only elevations that the floorplan group is assigned to in the specified
  • # community
  • # will be returned
  • #
  • # Arguments
  • # clientName:
  • # planId:
  • # filters:
  • elevations(clientName: String!, planId: Int, filters: FloorplanFilters): [FloorplanElevation]
  • }