Skip to content

Commit 288f1ca

Browse files
committed
Fix another incorrect mutation name.
1 parent c912360 commit 288f1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)