Skip to main content
MUTATION
reportCodebaseStatuses(reports: [CodebaseStatusReportInput!]!): [Codebase!]!

Arguments

reports

Reports used to filter or perform the operation.

Returns

id
ID!

Stable identifier for this codebase.

folder
String!

The folder associated with this codebase.

observedOrigin
String!

The observed origin associated with this codebase.

branch
String

Git branch associated with this codebase. May be null when unavailable or not applicable.

headSha
String

Git commit SHA associated with this codebase. May be null when unavailable or not applicable.

upstream
String

The upstream associated with this codebase. May be null when unavailable or not applicable.

ahead
Int

The ahead associated with this codebase. May be null when unavailable or not applicable.

behind
Int

The behind associated with this codebase. May be null when unavailable or not applicable.

The sync state associated with this codebase.

The availability associated with this codebase.

statusError
String

The status error associated with this codebase. May be null when unavailable or not applicable.

defaultBranch
String

Git branch associated with this codebase. May be null when unavailable or not applicable.

localBranches
[String!]!

Local branches associated with this codebase.

remoteBranches
[String!]!

Remote branches associated with this codebase.

lastCheckedAt
String

ISO 8601 timestamp when this codebase was last checked. May be null when unavailable or not applicable.

lastFetchedAt
String

ISO 8601 timestamp when this codebase was last fetched. May be null when unavailable or not applicable.

lastFetchAttemptAt
String

ISO 8601 timestamp when this codebase last fetch attempt. May be null when unavailable or not applicable.

lastFetchError
String

The last fetch error associated with this codebase. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this codebase was created.

updatedAt
String!

ISO 8601 timestamp when this codebase was last updated.

agent

The agent associated with this codebase.

The repository associated with this codebase.

activeJob

The active job associated with this codebase. May be null when unavailable or not applicable.

Mutation
Variables
Response