OBJECT
BuildMutation
link GraphQL Schema definition
- type BuildMutation {
- # Creates a new build run for a resource
- #
- # Arguments
- # input: [Not documented]
- BuildRunInput!): BuildRun ( :
- # Arguments
- # steps: [Not documented]
- BuildRunStepInput!]!): [BuildRunStep] ( : [
- # Arguments
- # input: [Not documented]
- BuildRunUpdateInput): BuildRun ( :
- }