ProjectGitopsInput
No description
input ProjectGitopsInput {
projectID: UUID!
githubConnectionID: Int!
githubRepoOwner: String!
githubRepoName: String!
githubRepoID: String!
subdirectoryPath: String
}
Fields
ProjectGitopsInput.projectID ● UUID! non-null scalar
ProjectGitopsInput.githubConnectionID ● Int! non-null scalar
ProjectGitopsInput.githubRepoOwner ● String! non-null scalar
ProjectGitopsInput.githubRepoName ● String! non-null scalar
ProjectGitopsInput.githubRepoID ● String! non-null scalar
ProjectGitopsInput.subdirectoryPath ● String scalar
Member of
configureGitopsForProject mutation