DEV Community

Discussion on: Active Storage meets GraphQL: Direct Uploads

Collapse
 
palkan_tula profile image
Vladimir Dementyev

We stopped using Apollo a while ago, now we use a little bit enhanced fetch.

Here is the example of direct upload functionality from our React Native client: gist.github.com/Saionaro/7ee0e2c02...

Collapse
 
leomayleomay profile image
Hao Liu

cool, thank you for sharing that :)