We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c0929 commit 587d6f5Copy full SHA for 587d6f5
1 file changed
internal/vcs/create-git-repos.go
@@ -89,7 +89,7 @@ const createPersonalRepositoryMutation = `mutation ($repoName: String!, $repoDes
89
}
90
}`
91
92
-const createOrganizationRepositoryMutation = `mutation ($repoName: String!, $repoDescription: String!, $ownerId: String!) {
+const createOrganizationRepositoryMutation = `mutation ($repoName: String!, $repoDescription: String!, $ownerId: ID) {
93
createRepository(
94
input: {
95
name:$repoName,
0 commit comments