is it depending on Apollo-server ? or i can use it with watchQuery with any custom GraphQl servers
You will be able to use it with any GraphQL server. Just create a network interface and pass it to the client.
See here: http://docs.apollostack.com/apollo-client/#createNetworkInterface
Note that reactivity is not yet implemented, but we will have manual query refetching and polling pretty soon.
Most helpful comment
Note that reactivity is not yet implemented, but we will have manual query refetching and polling pretty soon.