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