Mutation
Variables
Response
Mutations
removeCodebase
Removes a codebase and returns a codebase removal.
MUTATION
removeCodebase(id: ID!): CodebaseRemoval!Arguments
id
ID!
required
Identifier of the resource to return or affect.
Returns
id
ID!
Stable identifier for this codebase removal.
repositoryId
ID!
Identifier of the related repository.
repositoryRemoved
Boolean!
Whether the repository removed condition is true for this codebase removal.
Mutation
Variables
Response