Skip to main content
MUTATION
inspectWorktree(id: ID!, requestId: ID!): WorktreeDetail!

Arguments

id
ID!
required

Identifier of the resource to return or affect.

requestId
ID!
required

Identifier of the request.

commits

Commits associated with this worktree detail.

changes

Changes associated with this worktree detail.

branchChanges

Branch changes associated with this worktree detail.

commitsTruncated
Boolean!

Whether the commits truncated condition is true for this worktree detail.

changesTruncated
Boolean!

Whether the changes truncated condition is true for this worktree detail.

branchChangesTruncated
Boolean!

Whether the branch changes truncated condition is true for this worktree detail.

commitSigningEnabled
Boolean!

Whether effective Git configuration enables commit signing by default.

Mutation
Variables
Response