INPUT_OBJECT
BuildRunInput
link GraphQL Schema definition
- input BuildRunInput {
- # Name of the resource to build
- String! :
- # The resource to build
- JSON! :
- # Project id the build run pertains to
- String! :
- # The build plan runtime to use (Optional)
- String :
- # Url of the source uploaded to the ensemble document store
- String! :
- # Type of the resource to build
- BuildResourceType! :
- }