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