INPUT_OBJECT

BuildRunInput

link GraphQL Schema definition

  • input BuildRunInput {
  • # Name of the resource to build
  • name: String!
  • # The resource to build
  • preBuildResource: JSON!
  • # Project id the build run pertains to
  • projectId: String!
  • # The build plan runtime to use (Optional)
  • runtime: String
  • # Url of the source uploaded to the ensemble document store
  • sourceUrl: String!
  • # Type of the resource to build
  • type: BuildResourceType!
  • }