Types
WorktreeCommit
Represents a worktree commit in the GraphQL API.
object
WorktreeCommitFields
sha
String!
Git commit SHA associated with this worktree commit.
subject
String!
The subject associated with this worktree commit.
authorName
String!
The author name associated with this worktree commit.
authoredAt
String!
ISO 8601 timestamp when this worktree commit was authored.
additions
Int!
The additions associated with this worktree commit.
deletions
Int!
The deletions associated with this worktree commit.