OBJECT
Floorplan
link GraphQL Schema definition
- type Floorplan {
- Int! :
- String! :
- # These four IDs below are optional and are stored at this level so that resolvers
- # on this Floorplan type can reference the IDs through root
- Int :
- Int :
- Int :
- # groupId will only be used when the Floorplan type is retrieved by the
- # FloorplanGroup.primary type or the FloorplanGroup.members type
- Int :
- String! :
- String! :
- String :
- JSON :
- Int :
- Boolean! :
- Boolean! :
- Boolean :
- Int :
- Int :
- Int :
- Float :
- String :
- Int :
- Int :
- Date :
- # Arguments
- # clientName:
- # fpGroupId:
- String!, : Int): FloorplanAlternate ( :
- # Arguments
- # clientName:
- String!): [FloorplanAlternate] ( :
- # Arguments
- # clientName:
- String!): [Community] ( :
- # Arguments
- # clientName:
- String!): [Plan] ( :
- # The Floorplan.elevations resolver retrieves an array of all elevations that
- # the floorplan is assigned to. However, if filters.communityId is defined,
- # only elevations that the floorplan is assigned to in the specified community
- # will be returned
- #
- # Arguments
- # clientName:
- # planId:
- # filters:
- String!, : Int, : FloorplanFilters): [FloorplanElevation] ( :
- # Arguments
- # clientName:
- # communityId:
- # planId:
- # elevationId:
- (
- String!, :
- Int, :
- Int, :
- Int :
- ): [FloorplanMembership]
- # Arguments
- # clientName:
- String!): [FloorplanTag] ( :
- }