INPUT_OBJECT
UpdateBuild
link GraphQL Schema definition
1 input UpdateBuild { 3 2 : ID! 5 4 : ID! 7 6 : BuildUpdateAction! 9 8 : String 11 10 : JSONData 13 12 : JSONData 15 14 : 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. 20 : Boolean 22 }