Hi, does anyone know how graphql subscriptions can be implemented on android? Are they currently or planned to be supported by apollo android client?
j
juicycleff
02/06/2018, 3:52 PM
Its currently WIP. With no specified timeline
m
Moritz
02/06/2018, 3:57 PM
thanks! I will try to get in touch with the apollo team to see if they have any approximation on when the feature will be introduced
n
nilan
02/06/2018, 3:58 PM
You can always go with "raw" subscriptions as well.
m
Moritz
02/06/2018, 4:39 PM
@nilan Hi nilan, Im not quite sure what you mean? Could you explain or maybe give me link/reference where I could read up on these? Thanks!
j
juicycleff
02/07/2018, 3:28 PM
I believe what he means is setting up websocket on your android client using any websocket library listen to subscription events and handle the data crud yourself