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