Mutation
Variables
Response
Mutations
appendBuildLogChunks
Appends build log chunks and returns build log chunks.
MUTATION
appendBuildLogChunks(buildId: ID!, chunks: [BuildLogChunkInput!]!): [BuildLogChunk!]!Arguments
buildId
ID!
required
Identifier of the build.
chunks
required
Chunks used to filter or perform the operation.
Returns
[BuildLogChunk!]!
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.
Mutation
Variables
Response