graphql-client icon indicating copy to clipboard operation
graphql-client copied to clipboard

Add support for file uploads through GraphQL multipart requests

Open CodeMonkeySteve opened this issue 5 years ago • 0 comments

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.

CodeMonkeySteve avatar Feb 13 '20 23:02 CodeMonkeySteve