OBJECT

JobPipelineList

deprecated. DO NOT USE. TODO: Remove

link GraphQL Schema definition

1type JobPipelineList implements Page {
2
3records: [JobPipeline!]!
4
5count: Int!
6
7offset: Int!
8
9limit: Int!
10
11}

link Required by