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