OBJECT
ProjectStageFloorplanConnection
The connection type for ProjectStageFloorplan.
link GraphQL Schema definition
- type ProjectStageFloorplanConnection {
- # A list of edges.
- : [ProjectStageFloorplanEdge]
- # A list of nodes.
- : [ProjectStageFloorplan]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }