Skip to main content
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

Chunks used to filter or perform the operation.

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.

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