graphql

isak 2021-06-24T21:27:23.032600Z

Good info. This is a minor thing, but @hlship for uploading files to a GraphQL, at my work we just arguments like "fileRef" (String), where it refers to a named part of a multipart request. So you would for example have 1 part that has the file contents, and one part that has the normal GraphQL JSON payload (query and variables). FWIW, this has worked fine for us.

isak 2021-06-24T21:33:15.032800Z

In C#, making the request looks like this: