Update upload.rs

This commit is contained in:
nicolaiunrein 2020-03-30 16:36:27 +02:00 committed by GitHub
parent cea92039c5
commit 4ec15b0749

View File

@ -34,7 +34,7 @@ use std::borrow::Cow;
///
/// ```
/// # Example Curl Request
/// Assuming you have defined your mutation root like in the example above,
/// Assuming you have defined your MutationRoot like in the example above,
/// you can now upload a file `myFile.txt` with the below curl command:
///
/// ```curl