Skip to content

Commit a20e57f

Browse files
authored
Merge pull request #27 from yasudatoshiyuki/patch-1
Fix incorrect mutation names in examples.
2 parents f5dee4e + 288f1ca commit a20e57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ So operations can be resolved while the files are still uploading, the fields ar
3434
{
3535
query: `
3636
mutation($file: Upload!) {
37-
uploadFile(file: $file) {
37+
singleUpload(file: $file) {
3838
id
3939
}
4040
}
@@ -141,7 +141,7 @@ Charlie file content.
141141
{
142142
query: `
143143
mutation($file: Upload!) {
144-
uploadFile(file: $file) {
144+
singleUpload(file: $file) {
145145
id
146146
}
147147
}

0 commit comments

Comments
 (0)