OBJECT

JobPipeline

deprecated. DO NOT USE. TODO: Remove

link GraphQL Schema definition

1type JobPipeline {
2
3id: ID!
4
5jobTemplates: JobTemplateList
6
7organizationId: ID
8
9organization: Organization
10
11isPublic: Boolean!
12
13}