Jokūbas

Results 2 issues of Jokūbas

This PR allows send files via graphql. It adds `FaradayMultipartAdapter` to allow send multipart requests via graphlient gem. It accepts `File` instances and convert its to `Faraday::UploadIO` before sending.

### Subject of the issue Rails 7.1 added [Object#with](https://api.rubyonrails.org/classes/Object.html#method-i-with) which conflicts with `receive` and `have_received` that define a #with method (chain :with) when used via an alias_matcher. Related issue: https://github.com/rspec/rspec-expectations/issues/1437...