Mutation
Variables
Response
Mutations
appendCommandRunOutput
Appends command run output and returns command run output chunks.
MUTATION
appendCommandRunOutput(jobId: ID!, attemptId: ID!, chunks: [CommandRunOutputInput!]!): [CommandRunOutputChunk!]!Arguments
jobId
ID!
required
Identifier of the job.
attemptId
ID!
required
Identifier of the attempt.
chunks
required
Chunks used to filter or perform the operation.
Returns
id
ID!
Stable identifier for this command run output chunk.
attemptId
ID!
Identifier of the related attempt.
attemptNumber
Int!
The attempt number associated with this command run output chunk.
sequence
Int!
Monotonically increasing sequence number used for ordering.
stream
The stream associated with this command run output chunk.
dataBase64
String!
Data Base64, encoded as Base64.
byteLength
Int!
The byte length associated with this command run output chunk.
createdAt
String!
ISO 8601 timestamp when this command run output chunk was created.
Mutation
Variables
Response