DeleteCodeServerInput
Autogenerated input type of DeleteCodeServer
input DeleteCodeServerInput {
assetId: ID!
integrationType: RepositoryManagerEnum!
clientMutationId: String
}
Fields
DeleteCodeServerInput.assetId
● ID!
non-null scalar
The asset ID to be created the virtual environment for Conviso Code Insights.
DeleteCodeServerInput.integrationType
● RepositoryManagerEnum!
non-null enum
The integration type to specify the source of code.
DeleteCodeServerInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Member Of
deleteCodeServer
mutation