INPUT_OBJECT

CreateBundle

link GraphQL Schema definition

1input CreateBundle {
3
2clusterId: ID!
5
4nodeId: ID
7
6name: String!
9
8externalCredentialId: ID
11
10testRun: Boolean
13
12selectDetail: CreateBundleSelectDetail!
15
14selectCategory: BundleCategory!
17
16scheduleDefinition: CreateBundleScheduleDefinition!
18}

link Required by

This element is not required by anyone