Skip to content

Commit

Permalink
#66 Type mismatch on variable $packageVersionId and argument packageV…
Browse files Browse the repository at this point in the history
…ersionId (String! / ID!)
Ralf Stuckert committed Mar 1, 2022
1 parent 3e14cd7 commit 7515f7a
Showing 2 changed files with 3,058 additions and 6 deletions.
3,062 changes: 3,057 additions & 5 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/version/delete-version.ts
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ export interface DeletePackageVersionMutationResponse {
}

const mutation = `
mutation deletePackageVersion($packageVersionId: String!) {
mutation deletePackageVersion($packageVersionId: ID!) {
deletePackageVersion(input: {packageVersionId: $packageVersionId}) {
success
}

0 comments on commit 7515f7a

Please sign in to comment.