We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
owner
eraseRepository
1 parent dd109a6 commit dc8214aCopy full SHA for dc8214a
src/services/repo/useEraseRepoContent.tsx
@@ -5,8 +5,8 @@ import { useAddNotification } from 'services/toastNotification'
5
import Api from 'shared/api'
6
7
const query = `
8
- mutation EraseRepository($repoName: String!) {
9
- eraseRepository(input: { repoName: $repoName }) {
+ mutation EraseRepository($owner: String!, $repoName: String!) {
+ eraseRepository(input: { owner: $owner, repoName: $repoName }) {
10
error {
11
... on UnauthorizedError {
12
message
0 commit comments