Types
WorktreeFileDiff
Represents a worktree file diff in the GraphQL API.
object
WorktreeFileDiffFields
files
[WorktreeDiffFile!]!
Files associated with this worktree file diff.
patch
String
The patch associated with this worktree file diff. May be null when unavailable or not applicable.
image
Boolean
Whether the image condition is true for this worktree file diff.
binary
Boolean
Whether the binary condition is true for this worktree file diff.
truncated
Boolean!
Whether this worktree file diff is truncated.
beforeAvailable
Boolean
Whether the before available condition is true for this worktree file diff.
afterAvailable
Boolean
Whether the after available condition is true for this worktree file diff.