INPUT_OBJECT

UpdateBuild

link GraphQL Schema definition

1input UpdateBuild {
3
2id: ID!
5
4engineId: ID!
7
6action: BuildUpdateAction!
9
8dockerImage: String
11
10taskRuntime: JSONData
13
12dataCertified: JSONData
15
14releaseNotes: String
21
16# __Only superadmin tokens are allowed to set this flag.__
17# When true, disables the automatic creation of a new package when deploying an
18# engine build.
19# Set to false by default.
20disableAutoPackageCreation: Boolean
22}