apollo-upload-network-interface icon indicating copy to clipboard operation
apollo-upload-network-interface copied to clipboard

UploadNetworkInterface for Apollo GraphQL Client

Results 12 apollo-upload-network-interface issues
Sort by recently updated
recently updated
newest added

Also see issue #3. My initial work on this. Got the checking to work, but adding the array to the request body fails. I've not tested appending only a File...

@HriBB @thebigredgeek What type should the files variable be when passed to the mutation? The file upload works fine when using your example code. But when using react-dropzone or tcomb-form...