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