ShSSP
ShSSP
Thank you for so fast answer. Actually I've already solve this problem using standard HttpClient, MultipartFormDataContent and file mapping to contexts. It was required to simulate the structure of the...
@GautierT, it was something like that: ` var images = new[] { new { Name = "file.txt", Bytes = new byte[10] } }; var query = $"mutation ($images: [Upload]) {{..}}...
@byme8 Much appreciated. I'll try it as fast as possible!