aerogear / offix

GraphQL Offline Client and Server
https://offix.dev
Apache License 2.0
760 stars 45 forks source link

How offix supports File offline upload ? #1094

Open Aarbel opened 3 years ago

Aarbel commented 3 years ago

User case

My users want to create tasks offline, adding pictures I want these files to be uploaded when connexion is back

How to do it with offix ?

wtrocki commented 3 years ago

Not supported. Sorry. Offix is in maintenance mode. no new features

Aarbel commented 3 years ago

@wtrocki, do you know an offline lib that supports that ?

wtrocki commented 3 years ago

Depends. Basically you should store location to file not file itself and then have uploadLink from graphql file protocol. Problem is that FileList cannot be created programatically unless in ionic or react native.

React Query is the new standard

Aarbel commented 3 years ago

We’re using Urql, so I’m diving on this side ! Thanks a lot