Types
CodebaseGitBranch
Represents a codebase git branch in the GraphQL API.
object
CodebaseGitBranchFields
name
String!
Display name of this codebase git branch.
local
Boolean!
Whether the local condition is true for this codebase git branch.
remote
Boolean!
Whether the remote condition is true for this codebase git branch.
current
Boolean!
Whether the current condition is true for this codebase git branch.
checkedOutPath
String
Filesystem path associated with this codebase git branch. May be null when unavailable or not applicable.
lastCommitMessage
String
The last commit message associated with this codebase git branch. May be null when unavailable or not applicable.
lastCommitAt
String
ISO 8601 timestamp when this codebase git branch last commit. May be null when unavailable or not applicable.