Types
BuildLogChunk
Represents a build log chunk in the GraphQL API.
object
BuildLogChunkFields
id
ID!
Stable identifier for this build log chunk.
scope
String!
The scope associated with this build log chunk.
scopeId
ID!
Identifier of the related scope.
sequence
Int!
Monotonically increasing sequence number used for ordering.
phase
String!
The phase associated with this build log chunk.
stream
The stream associated with this build log chunk.
dataBase64
String!
Data Base64, encoded as Base64.
byteLength
Int!
The byte length associated with this build log chunk.
createdAt
String!
ISO 8601 timestamp when this build log chunk was created.