Types
WorktreeDiffFile
Represents a worktree diff file in the GraphQL API.
object
WorktreeDiffFileFields
path
String!
Filesystem path associated with this worktree diff file.
previousPath
String
Filesystem path associated with this worktree diff file. May be null when unavailable or not applicable.
changeType
String!
The change type associated with this worktree diff file.
additions
Int
The additions associated with this worktree diff file. May be null when unavailable or not applicable.
deletions
Int
The deletions associated with this worktree diff file. May be null when unavailable or not applicable.
binary
Boolean!
Whether the binary condition is true for this worktree diff file.
image
Boolean!
Whether the image condition is true for this worktree diff file.