OBJECT
The connection type for Floorplan.
type FloorplanConnection {# A list of edges.edges: [FloorplanEdge] # A list of nodes.nodes: [Floorplan] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! # Total # of pages, based on total count and pagesizetotalPageCount: Int! }