Skip to main content
objectWorktreeMove

Fields

id
ID!

Stable identifier for this worktree move.

sourceWorktreeId
ID!

Identifier of the related source worktree.

sourceCodebaseId
ID!

Identifier of the related source codebase.

targetCodebaseId
ID!

Identifier of the related target codebase.

targetWorktreeId
ID

Identifier of the related target worktree. May be null when unavailable or not applicable.

The destination mode associated with this worktree move.

branch
String!

Git branch associated with this worktree move.

headSha
String!

Git commit SHA associated with this worktree move.

deleteSource
Boolean!

Whether the delete source condition is true for this worktree move.

Current status of this worktree move.

sourceJobId
ID

Identifier of the related source job. May be null when unavailable or not applicable.

targetJobId
ID

Identifier of the related target job. May be null when unavailable or not applicable.

cleanupJobId
ID

Identifier of the related cleanup job. May be null when unavailable or not applicable.

error
String

Error message when this worktree move did not complete successfully. May be null when unavailable or not applicable.

warning
String

Warning associated with this worktree move. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this worktree move was created.

updatedAt
String!

ISO 8601 timestamp when this worktree move was last updated.

finishedAt
String

ISO 8601 timestamp when this worktree move finished. May be null when unavailable or not applicable.