Mutation
Variables
Response
Mutations
inspectWorktree
Inspects a worktree and returns a worktree detail.
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.
Returns
commits
[WorktreeCommit!]!
Commits associated with this worktree detail.
changes
[WorktreeChange!]!
Changes associated with this worktree detail.
branchChanges
[WorktreeDiffFile!]!
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