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