Skip to main content
MUTATION
reparseBuildConfiguration(configurationId: ID!, worktreeId: ID!, requestId: ID!): BuildSourceObservation!

Arguments

configurationId
ID!
required

Identifier of the configuration.

worktreeId
ID!
required

Identifier of the worktree.

requestId
ID!
required

Identifier of the request.

id
ID!

Stable identifier for this build source observation.

scopeKey
String!

The scope key associated with this build source observation.

Current status of this build source observation.

schemes
[String!]!

Schemes associated with this build source observation.

configurations
[String!]!

Configurations associated with this build source observation.

testPlans
[String!]!

Test plans associated with this build source observation.

error
String

Error message when this build source observation did not complete successfully. May be null when unavailable or not applicable.

stale
Boolean!

Whether this build source observation is stale.

headSha
String

Git commit SHA associated with this build source observation. May be null when unavailable or not applicable.

xcodeVersion
String

The Xcode version associated with this build source observation. May be null when unavailable or not applicable.

lastParseAttemptAt
String!

ISO 8601 timestamp when this build source observation last parse attempt.

lastParsedAt
String

ISO 8601 timestamp when this build source observation last parsed. May be null when unavailable or not applicable.

Mutation
Variables
Response