OBJECT

ProjectCardConnection

The connection type for ProjectCard.

link GraphQL Schema definition

  • type ProjectCardConnection {
  • # A list of edges.
  • edges: [ProjectCardEdge]
  • # A list of nodes.
  • nodes: [ProjectCard]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }