Types
CommandRunOutputChunk
Represents a command run output chunk in the GraphQL API.
object
CommandRunOutputChunkFields
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.