OBJECT

ProjectColumnConnection

The connection type for ProjectColumn.

link GraphQL Schema definition

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