floors
Return a list of active Floors.
Arguments:
- [Optional] buildingId: Filter results by Building.
Deprecated:
- [Optional] locationId: Filter results by Location. Use buildingId instead.
floors(
locationId: ID
buildingId: ID
isLive: Boolean
): [Floor!]!
Arguments
floors.locationId ● ID scalar
floors.buildingId ● ID scalar
floors.isLive ● Boolean scalar
Type
Floor object
Represent a Floor. A Floor must belong to a Building.