graphql-client
graphql-client copied to clipboard
Add support for file uploads through GraphQL multipart requests
Automatically detects when IO
objects are passed as variables, and uses a multipart request to stream the contents (according to the GraphQL Multipart Request spec). Tested against apollo_upload_server-ruby.