OBJECT
ProjectCardConnection
The connection type for ProjectCard.
link GraphQL Schema definition
- type ProjectCardConnection {
- # A list of edges.
- ProjectCardEdge] : [
- # A list of nodes.
- ProjectCard] : [
- # Information to aid in pagination.
- PageInfo! :
- # Identifies the total count of items in the connection.
- Int! :
- }