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