wundergraph / cosmo

The open-source solution to building, maintaining, and collaborating on GraphQL Federation at Scale. The alternative to Apollo Studio and GraphOS.
https://cosmo-docs.wundergraph.com/
Apache License 2.0
697 stars 101 forks source link

Handling multipart file uploads in router #866

Closed alexandra-c closed 2 months ago

alexandra-c commented 3 months ago

Component(s)

router

Is your feature request related to a problem? Please describe.

We eagerly want to migrate from apollo router to cosmo router, we almost finished the migration process when we got blocked by the missing implementation of multipart file uploads. We cannot and won't change all of our upload implementation since that would take too much time and is not really an option.

Describe the solution you'd like

I found this PR https://github.com/wundergraph/cosmo/pull/772 which seems to be fixing my problem but is still pending... Does anybody know if this will soon be merged and available to all of us? Thank you! :)

Describe alternatives you've considered

No response

Additional context

No response

github-actions[bot] commented 3 months ago

WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible. The roadmap is driven by our customers and we have to prioritize issues that are important to them. You can influence the priority by becoming a customer. Please contact us here.

StarpTech commented 3 months ago

Hi @alexandra-c, the PR is in progress. The priority isn't high at the moment.

jensneuse commented 3 months ago

We wanted to merge it next week, but it might take a little bit longer.