vimox-shah

Results 11 comments of vimox-shah

this means there is not support for active storage now. right? @fuelen and I didn't get code that you mentioned. do I need to write that code in resolver? above...

I have tried that also that did not work. @karensg and whenever we try to access file it is coming as null in variable like variables: {'id': 1, file: null}...

yes I have already integrated `apollo-upload-client` in front end. I have used your code in at server side for defining file type but in args I did not get file...

I have uploaded sample code here [https://stackoverflow.com/questions/50705123/how-can-i-pass-multipart-form-data-and-file-upload-using-graphql-ruby-at-servers](url) can you please check and verify is it right or wrong? @karensg

yes file was really sent. can you please share your code how did you manage upload file? @karensg

yes you can see logs in attached screenshot @fuelen

I am using ActiveStorage. for active storage will it work? @fuelen

@fuelen use Rack::Cors use Raven::Rack use Rack::Sendfile use ActionDispatch::Static use ActionDispatch::Executor use ActiveSupport::Cache::Strategy::LocalCache::Middleware use Rack::Runtime use ActionDispatch::RequestId use RequestStore::Middleware use ActionDispatch::RemoteIp use Rails::Rack::Logger use ActionDispatch::ShowExceptions use ActionDispatch::DebugExceptions use ActionDispatch::Reloader use...

@TotempaaltJ can you please check now. I have reformatted my code