Hi, does anyone know how graphql subscriptions can...
# prisma-whats-new
m
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
Its currently WIP. With no specified timeline
m
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
You can always go with "raw" subscriptions as well.
m
@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
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