INPUT_OBJECT
BuildRunUpdateInput
link GraphQL Schema definition
- input BuildRunUpdateInput {
- # Id of the build run to update
- ID! :
- # The state of the build
- JSON :
- # Link to results artifacts produced by the build
- String :
- # The state of the build
- BuildState :
- }