CreateManifestAppInput
No description
input CreateManifestAppInput {
userID: UUID!
projectID: UUID
environmentName: String
environmentID: UUID
name: String!
deployTarget: ProjectDeployInput!
namespace: String
githubConnection: GithubConnectionInput
gitRepository: String
manifests: [String!]
manifestValue: String
}
Fields
CreateManifestAppInput.userID
● UUID!
non-null scalar
CreateManifestAppInput.projectID
● UUID
scalar
- v0.ProjectID or v1.GroupID
CreateManifestAppInput.environmentName
● String
scalar
CreateManifestAppInput.environmentID
● UUID
scalar
- v0.EnvironmentID or v1.SubGroupID
CreateManifestAppInput.name
● String!
non-null scalar
CreateManifestAppInput.deployTarget
● ProjectDeployInput!
non-null input
CreateManifestAppInput.namespace
● String
scalar
CreateManifestAppInput.githubConnection
● GithubConnectionInput
input
CreateManifestAppInput.gitRepository
● String
scalar
CreateManifestAppInput.manifests
● [String!]
list scalar
CreateManifestAppInput.manifestValue
● String
scalar
Member Of
createManifestApp
mutation