Skip to content

Commit

Permalink
singleUpload consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Nov 8, 2020
1 parent c9d346f commit 94252e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/content/reference/file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ That invokes the following operation:
{
query: `
mutation($file: Upload!) {
singleUpload(file: $file) {
id
}
singleUpload(file: $file)
}
`,
variables: {
Expand Down

0 comments on commit 94252e0

Please sign in to comment.