ProjectV3GitopsInput
No description
input ProjectV3GitopsInput {
projectID: UUID!
githubConnectionID: Int!
githubRepoOwner: String!
githubRepoName: String!
githubRepoID: String!
subdirectoryPath: String
}
Fields
ProjectV3GitopsInput.projectID ● UUID! non-null scalar
- v0.ProjectV3ID
ProjectV3GitopsInput.githubConnectionID ● Int! non-null scalar
ProjectV3GitopsInput.githubRepoOwner ● String! non-null scalar
ProjectV3GitopsInput.githubRepoName ● String! non-null scalar
ProjectV3GitopsInput.githubRepoID ● String! non-null scalar
ProjectV3GitopsInput.subdirectoryPath ● String scalar
Member Of
configureGitopsForProjectV3 mutation