Mutation
Variables
Response
Mutations
inspectCodebaseGitState
Inspects a codebase git state and returns a codebase git state.
MUTATION
inspectCodebaseGitState(input: InspectCodebaseGitStateInput!): CodebaseGitState!Arguments
input
required
Values for the requested operation.
Returns
dirty
Boolean!
Whether the dirty condition is true for this codebase git state.
branches
Branches associated with this codebase git state.
branchesTruncated
Boolean!
Whether the branches truncated condition is true for this codebase git state.
stashes
[CodebaseStash!]!
Stashes associated with this codebase git state.
stashesTruncated
Boolean!
Whether the stashes truncated condition is true for this codebase git state.
Mutation
Variables
Response