You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ An “operations object” is an [Apollo GraphQL POST request](https://www.apoll
20
20
21
21
So operations can be resolved while the files are still uploading, the fields are ordered:
22
22
23
-
1.`operations`: A JSON encoded operations object with files replaced with `null`.
24
-
2.`map`: A JSON encoded map of where files occurred in the operations. For each file, the key is the file multipart form field name and the value is an array of operations paths.
25
-
3.File fields: Each file extracted from the operations object with a unique, arbitrary field name.
23
+
1.`operations`: A JSON encoded operations object with files replaced with `null`.
24
+
2.`map`: A JSON encoded map of where files occurred in the operations. For each file, the key is the file multipart form field name and the value is an array of operations paths.
25
+
3. File fields: Each file extracted from the operations object with a unique, arbitrary field name.
0 commit comments