CodeServer
No description
type CodeServer {
password: String!
url: String!
}
Fields
CodeServer.password
● String!
non-null scalar
The password to access the virtual environment for Conviso Code Insights.
CodeServer.url
● String!
non-null scalar
The URL to access the virtual environment for Conviso Code Insights.
Returned By
codeServer
query
Member Of
CreateCodeServerPayload
object