Mutation
Variables
Response
Mutations
inspectWorktreeDiff
Inspects a worktree diff and returns a worktree file diff.
MUTATION
inspectWorktreeDiff(input: WorktreeDiffInput!): WorktreeFileDiff!Arguments
input
required
Values for the requested operation.
Returns
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.
Mutation
Variables
Response