Mutation
Variables
Response
Mutations
discoverBuildSources
Discovers build sources and returns discovered build sources.
MUTATION
discoverBuildSources(worktreeId: ID!, requestId: ID!): [DiscoveredBuildSource!]!Arguments
worktreeId
ID!
required
Identifier of the worktree.
requestId
ID!
required
Identifier of the request.
Returns
kind
Category of this discovered build source.
relativePath
String!
Filesystem path associated with this discovered build source.
Mutation
Variables
Response